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:
6457ad1
)
Comment out def of currently unimplemented function to stop warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 8 Feb 1999 00:48:30 +0000
(
00:48
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 8 Feb 1999 00:48:30 +0000
(
00:48
+0000)
crypto/x509v3/v3_alt.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_alt.c
b/crypto/x509v3/v3_alt.c
index 410aa15b6158bcc8fe359e8be91262a27d4e4f9d..62d895de0d243b9883042621385a7be43f3e183a 100644
(file)
--- a/
crypto/x509v3/v3_alt.c
+++ b/
crypto/x509v3/v3_alt.c
@@
-67,7
+67,7
@@
#ifndef NOPROTO
static STACK *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, STACK *gen);
-static STACK *v2i_GENERAL_NAMES(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK *values);
+/*static STACK *v2i_GENERAL_NAMES(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK *values);*/
#endif
X509V3_EXT_METHOD v3_alt[] = {