mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-07 22:18:27 +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)
|
||||
{
|
||||
size_t len;
|
||||
int len;
|
||||
unsigned char *data;
|
||||
if (!string)
|
||||
lua_pushnil(L);
|
||||
|
Loading…
Reference in New Issue
Block a user