summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec.h
diff options
context:
space:
mode:
authorkn <>2022-07-12 14:42:50 +0000
committerkn <>2022-07-12 14:42:50 +0000
commit87ede05352c9455433b363d404d744eb4de70aa0 (patch)
treed1b7d651a1b1cdebed0e9b3fa4b54d07952eb83e /src/lib/libcrypto/ec/ec.h
parent7ed47819cb872ae91a1104196dedda0fd2cf7e7a (diff)
downloadopenbsd-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/ec/ec.h')
-rw-r--r--src/lib/libcrypto/ec/ec.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h
index d8ff42c0c9..52c8f2f329 100644
--- a/src/lib/libcrypto/ec/ec.h
+++ b/src/lib/libcrypto/ec/ec.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec.h,v 1.27 2021/09/12 16:23:19 tb Exp $ */ 1/* $OpenBSD: ec.h,v 1.28 2022/07/12 14:42:49 kn Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -1116,10 +1116,6 @@ EC_KEY *ECParameters_dup(EC_KEY *key);
1116#define EVP_PKEY_ECDH_KDF_NONE 1 1116#define EVP_PKEY_ECDH_KDF_NONE 1
1117#define EVP_PKEY_ECDH_KDF_X9_63 2 1117#define EVP_PKEY_ECDH_KDF_X9_63 2
1118 1118
1119/* BEGIN ERROR CODES */
1120/* The following lines are auto generated by the script mkerr.pl. Any changes
1121 * made after this point may be overwritten when the script is next run.
1122 */
1123void ERR_load_EC_strings(void); 1119void ERR_load_EC_strings(void);
1124 1120
1125/* Error codes for the EC functions. */ 1121/* Error codes for the EC functions. */