summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_lib.c
diff options
context:
space:
mode:
authorjsing <>2015-02-10 11:22:22 +0000
committerjsing <>2015-02-10 11:22:22 +0000
commit2469f93300b26559ef047be50758bab7378dc2f1 (patch)
treec02735ca2fc8cdea318f668cd6add971e7322283 /src/lib/libcrypto/x509v3/v3_lib.c
parent8e3767cefee0b61a7599b3ce219675e54c312702 (diff)
downloadopenbsd-2469f93300b26559ef047be50758bab7378dc2f1.tar.gz
openbsd-2469f93300b26559ef047be50758bab7378dc2f1.tar.bz2
openbsd-2469f93300b26559ef047be50758bab7378dc2f1.zip
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
15 years.
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_lib.c')
-rw-r--r--src/lib/libcrypto/x509v3/v3_lib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_lib.c b/src/lib/libcrypto/x509v3/v3_lib.c
index 8870177f51..7731c7c544 100644
--- a/src/lib/libcrypto/x509v3/v3_lib.c
+++ b/src/lib/libcrypto/x509v3/v3_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: v3_lib.c,v 1.13 2014/07/11 08:44:49 jsing Exp $ */ 1/* $OpenBSD: v3_lib.c,v 1.14 2015/02/10 11:22:22 jsing Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -343,5 +343,3 @@ err:
343 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode); 343 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
344 return 0; 344 return 0;
345} 345}
346
347IMPLEMENT_STACK_OF(X509V3_EXT_METHOD)