From 705995f5d19aea40324b5f5c8031f6c39852e65c Mon Sep 17 00:00:00 2001 From: William Ahern Date: Wed, 30 Jan 2013 21:55:41 -0800 Subject: -n forgot static qualifier for internal routine --- openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } /* loadfield() */ -const char *pushnid(lua_State *L, int nid) { +static const char *pushnid(lua_State *L, int nid) { const char *txt; ASN1_OBJECT *obj; char buf[256]; -- cgit v1.2.3-55-g6feb