diff options
author | kn <> | 2022-07-12 14:42:50 +0000 |
---|---|---|
committer | kn <> | 2022-07-12 14:42:50 +0000 |
commit | 87ede05352c9455433b363d404d744eb4de70aa0 (patch) | |
tree | d1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/crypto.h | |
parent | 7ed47819cb872ae91a1104196dedda0fd2cf7e7a (diff) | |
download | openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.gz openbsd-87ede05352c9455433b363d404d744eb4de70aa0.tar.bz2 openbsd-87ede05352c9455433b363d404d744eb4de70aa0.zip |
Remove mkerr.pl remnants from LibreSSL
This script is not used at all and files are edited by hand instead.
Thus remove misleading comments incl. the obsolete script/config.
Feedback OK jsing tb
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 5524feec98..82372537e1 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto.h,v 1.54 2022/01/14 08:23:25 tb Exp $ */ | 1 | /* $OpenBSD: crypto.h,v 1.55 2022/07/12 14:42:48 kn Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -509,10 +509,6 @@ void OPENSSL_init(void); | |||
509 | int CRYPTO_memcmp(const void *a, const void *b, size_t len); | 509 | int CRYPTO_memcmp(const void *a, const void *b, size_t len); |
510 | #endif | 510 | #endif |
511 | 511 | ||
512 | /* BEGIN ERROR CODES */ | ||
513 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
514 | * made after this point may be overwritten when the script is next run. | ||
515 | */ | ||
516 | void ERR_load_CRYPTO_strings(void); | 512 | void ERR_load_CRYPTO_strings(void); |
517 | 513 | ||
518 | /* Error codes for the CRYPTO functions. */ | 514 | /* Error codes for the CRYPTO functions. */ |