diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-07-12 14:42:51 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-07-12 14:42:51 +0000 |
commit | cb545bdb9e9732090829cbefd1cbf85301af2f3b (patch) | |
tree | c708e3c1940869f3bbe3116ac8710b77874a30b9 /lib/libcrypto/evp/evp.h | |
parent | bf4bbc3d95ca8af394bd3a9bb5899ff4c87d2af5 (diff) |
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 'lib/libcrypto/evp/evp.h')
-rw-r--r-- | lib/libcrypto/evp/evp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h index 0574556b630..f016b6377c9 100644 --- a/lib/libcrypto/evp/evp.h +++ b/lib/libcrypto/evp/evp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp.h,v 1.102 2022/07/07 13:01:28 tb Exp $ */ +/* $OpenBSD: evp.h,v 1.103 2022/07/12 14:42:49 kn Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1262,10 +1262,6 @@ int EVP_AEAD_CTX_open(const EVP_AEAD_CTX *ctx, unsigned char *out, void EVP_add_alg_module(void); -/* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes - * made after this point may be overwritten when the script is next run. - */ void ERR_load_EVP_strings(void); /* Error codes for the EVP functions. */ |