mirror of
https://github.com/brunoos/luasec.git
synced 2024-12-27 04:58:20 +01:00
Wrong type.
This commit is contained in:
parent
21aefcf67d
commit
8fd31f3ad2
@ -86,7 +86,7 @@ static void push_asn1_objname(lua_State* L, ASN1_OBJECT *object, int no_name)
|
|||||||
*/
|
*/
|
||||||
static void push_asn1_string(lua_State* L, ASN1_STRING *string, int encode)
|
static void push_asn1_string(lua_State* L, ASN1_STRING *string, int encode)
|
||||||
{
|
{
|
||||||
size_t len;
|
int len;
|
||||||
unsigned char *data;
|
unsigned char *data;
|
||||||
if (!string)
|
if (!string)
|
||||||
lua_pushnil(L);
|
lua_pushnil(L);
|
||||||
|
Loading…
Reference in New Issue
Block a user