diff options
| -rw-r--r-- | openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 240 | const char *pushnid(lua_State *L, int nid) { | 240 | static 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]; |
