diff options
author | Geoff Thorpe <geoff@openssl.org> | 2004-03-10 02:20:26 +0100 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2004-03-10 02:20:26 +0100 |
commit | 93825dddad499c925acbd3e1f20feb8ad999caa1 (patch) | |
tree | 396851ece716742c174360c84f25cd1a3d67078e /crypto/x509v3/v3_int.c | |
parent | Minimise the amount of code dependent on BN_DEBUG_RAND. In particular, (diff) | |
download | openssl-93825dddad499c925acbd3e1f20feb8ad999caa1.tar.xz openssl-93825dddad499c925acbd3e1f20feb8ad999caa1.zip |
static
Diffstat (limited to 'crypto/x509v3/v3_int.c')
-rw-r--r-- | crypto/x509v3/v3_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c index a352f68a99..fd6bebbb73 100644 --- 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); } |