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/dh/dh.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/dh/dh.h')
-rw-r--r-- | src/lib/libcrypto/dh/dh.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/dh/dh.h b/src/lib/libcrypto/dh/dh.h index 4e4fdcd982..7b226a70c8 100644 --- a/src/lib/libcrypto/dh/dh.h +++ b/src/lib/libcrypto/dh/dh.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh.h,v 1.34 2022/07/07 13:01:28 tb Exp $ */ | 1 | /* $OpenBSD: dh.h,v 1.35 2022/07/12 14:42:49 kn 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 | * |
@@ -196,10 +196,6 @@ int DHparams_print(char *bp, const DH *x); | |||
196 | #define EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR (EVP_PKEY_ALG_CTRL + 2) | 196 | #define EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR (EVP_PKEY_ALG_CTRL + 2) |
197 | 197 | ||
198 | 198 | ||
199 | /* BEGIN ERROR CODES */ | ||
200 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
201 | * made after this point may be overwritten when the script is next run. | ||
202 | */ | ||
203 | void ERR_load_DH_strings(void); | 199 | void ERR_load_DH_strings(void); |
204 | 200 | ||
205 | /* Error codes for the DH functions. */ | 201 | /* Error codes for the DH functions. */ |