projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8aa764
)
static
author
Geoff Thorpe
<geoff@openssl.org>
Wed, 10 Mar 2004 01:20:26 +0000
(
01:20
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Wed, 10 Mar 2004 01:20:26 +0000
(
01:20
+0000)
crypto/x509v3/v3_int.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_int.c
b/crypto/x509v3/v3_int.c
index a352f68a993e71cef904b5a3b3e372f2a82fc8a4..fd6bebbb73c6f757ee8c8e5d598a5b5cab9bc665 100644
(file)
--- a/
crypto/x509v3/v3_int.c
+++ b/
crypto/x509v3/v3_int.c
@@
-67,7
+67,7
@@
X509V3_EXT_METHOD v3_crl_num = {
0,
0,0,0,0, NULL};
-void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
+
static
void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
{
return s2i_ASN1_INTEGER(meth, value);
}