diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_lib.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_lib.c | 36 |
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 | } |
335 | LCRYPTO_ALIAS(X509V3_add1_i2d); | 335 | LCRYPTO_ALIAS(X509V3_add1_i2d); |
336 | |||
337 | /* | ||
338 | * XXX - remove all the functions below in the next major bump. | ||
339 | */ | ||
340 | |||
341 | int | ||
342 | X509V3_EXT_add(X509V3_EXT_METHOD *ext) | ||
343 | { | ||
344 | X509V3error(ERR_R_DISABLED); | ||
345 | return 0; | ||
346 | } | ||
347 | LCRYPTO_ALIAS(X509V3_EXT_add); | ||
348 | |||
349 | int | ||
350 | X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist) | ||
351 | { | ||
352 | X509V3error(ERR_R_DISABLED); | ||
353 | return 0; | ||
354 | } | ||
355 | LCRYPTO_ALIAS(X509V3_EXT_add_list); | ||
356 | |||
357 | int | ||
358 | X509V3_EXT_add_alias(int nid_to, int nid_from) | ||
359 | { | ||
360 | X509V3error(ERR_R_DISABLED); | ||
361 | return 0; | ||
362 | } | ||
363 | LCRYPTO_ALIAS(X509V3_EXT_add_alias); | ||
364 | |||
365 | void | ||
366 | X509V3_EXT_cleanup(void) | ||
367 | { | ||
368 | } | ||
369 | LCRYPTO_ALIAS(X509V3_EXT_cleanup); | ||