summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_lib.c')
-rw-r--r--src/lib/libcrypto/x509/x509_lib.c36
1 files changed, 1 insertions, 35 deletions
diff --git a/src/lib/libcrypto/x509/x509_lib.c b/src/lib/libcrypto/x509/x509_lib.c
index 5ddfc37619..c5151d407e 100644
--- a/src/lib/libcrypto/x509/x509_lib.c
+++ b/src/lib/libcrypto/x509/x509_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_lib.c,v 1.16 2024/01/25 15:09:22 tb Exp $ */ 1/* $OpenBSD: x509_lib.c,v 1.17 2024/03/02 10:35:32 tb 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 */
@@ -333,37 +333,3 @@ err:
333 return 0; 333 return 0;
334} 334}
335LCRYPTO_ALIAS(X509V3_add1_i2d); 335LCRYPTO_ALIAS(X509V3_add1_i2d);
336
337/*
338 * XXX - remove all the functions below in the next major bump.
339 */
340
341int
342X509V3_EXT_add(X509V3_EXT_METHOD *ext)
343{
344 X509V3error(ERR_R_DISABLED);
345 return 0;
346}
347LCRYPTO_ALIAS(X509V3_EXT_add);
348
349int
350X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist)
351{
352 X509V3error(ERR_R_DISABLED);
353 return 0;
354}
355LCRYPTO_ALIAS(X509V3_EXT_add_list);
356
357int
358X509V3_EXT_add_alias(int nid_to, int nid_from)
359{
360 X509V3error(ERR_R_DISABLED);
361 return 0;
362}
363LCRYPTO_ALIAS(X509V3_EXT_add_alias);
364
365void
366X509V3_EXT_cleanup(void)
367{
368}
369LCRYPTO_ALIAS(X509V3_EXT_cleanup);