diff options
Diffstat (limited to 'src/lib/libcrypto/pem/pem.h')
-rw-r--r-- | src/lib/libcrypto/pem/pem.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/pem/pem.h b/src/lib/libcrypto/pem/pem.h index 95f1e030b1..a0f7d78c01 100644 --- a/src/lib/libcrypto/pem/pem.h +++ b/src/lib/libcrypto/pem/pem.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pem.h,v 1.23 2022/01/14 07:52:24 tb Exp $ */ | 1 | /* $OpenBSD: pem.h,v 1.24 2022/07/12 14:42:50 kn Exp $ */ |
2 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -516,10 +516,6 @@ int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb, | |||
516 | #endif | 516 | #endif |
517 | 517 | ||
518 | 518 | ||
519 | /* BEGIN ERROR CODES */ | ||
520 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
521 | * made after this point may be overwritten when the script is next run. | ||
522 | */ | ||
523 | void ERR_load_PEM_strings(void); | 519 | void ERR_load_PEM_strings(void); |
524 | 520 | ||
525 | /* Error codes for the PEM functions. */ | 521 | /* Error codes for the PEM functions. */ |