summaryrefslogtreecommitdiff
path: root/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl.c')
-rw-r--r--openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.c b/openssl.c
index eed64cb..67883e6 100644
--- a/openssl.c
+++ b/openssl.c
@@ -237,7 +237,7 @@ static _Bool loadfield(lua_State *L, int index, const char *k, int type, void *p
237} /* loadfield() */ 237} /* loadfield() */
238 238
239 239
240const char *pushnid(lua_State *L, int nid) { 240static const char *pushnid(lua_State *L, int nid) {
241 const char *txt; 241 const char *txt;
242 ASN1_OBJECT *obj; 242 ASN1_OBJECT *obj;
243 char buf[256]; 243 char buf[256];