summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/x_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/x_info.c')
-rw-r--r--src/lib/libcrypto/asn1/x_info.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/x_info.c b/src/lib/libcrypto/asn1/x_info.c
index 6c055fd441..466deaf6ce 100644
--- a/src/lib/libcrypto/asn1/x_info.c
+++ b/src/lib/libcrypto/asn1/x_info.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x_info.c,v 1.14 2014/07/11 08:44:47 jsing Exp $ */ 1/* $OpenBSD: x_info.c,v 1.15 2015/02/10 11:22:21 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -106,5 +106,3 @@ X509_INFO_free(X509_INFO *x)
106 free(x->enc_data); 106 free(x->enc_data);
107 free(x); 107 free(x);
108} 108}
109
110IMPLEMENT_STACK_OF(X509_INFO)