summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf
diff options
context:
space:
mode:
authorjsing <>2015-02-10 11:22:22 +0000
committerjsing <>2015-02-10 11:22:22 +0000
commitf615895acf9eb579a4183eb9a32ea5ab0e2d7cb6 (patch)
treec02735ca2fc8cdea318f668cd6add971e7322283 /src/lib/libcrypto/conf
parentcdb7be83319e074737e0c8a1a62fed485bd1c0de (diff)
downloadopenbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.gz
openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.tar.bz2
openbsd-f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6.zip
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
15 years.
Diffstat (limited to 'src/lib/libcrypto/conf')
-rw-r--r--src/lib/libcrypto/conf/conf_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/conf/conf_api.c b/src/lib/libcrypto/conf/conf_api.c
index 2f68de8e3f..efa4be9f6b 100644
--- a/src/lib/libcrypto/conf/conf_api.c
+++ b/src/lib/libcrypto/conf/conf_api.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: conf_api.c,v 1.13 2015/02/10 09:50:12 miod Exp $ */ 1/* $OpenBSD: conf_api.c,v 1.14 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 *
@@ -289,5 +289,3 @@ err:
289 } 289 }
290 return (v); 290 return (v);
291} 291}
292
293IMPLEMENT_STACK_OF(CONF_VALUE)