diff options
Diffstat (limited to 'src/lib/libcrypto/ecdh')
| -rw-r--r-- | src/lib/libcrypto/ecdh/ecdh.h | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/ecdh/ech_err.c | 8 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ecdh/ecdh.h b/src/lib/libcrypto/ecdh/ecdh.h index ccc1312fd8..b39a90f165 100644 --- a/src/lib/libcrypto/ecdh/ecdh.h +++ b/src/lib/libcrypto/ecdh/ecdh.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecdh.h,v 1.5 2015/09/13 12:03:07 jsing Exp $ */ | 1 | /* $OpenBSD: ecdh.h,v 1.6 2022/07/12 14:42:49 kn Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
| 4 | * | 4 | * |
| @@ -102,10 +102,6 @@ int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg); | |||
| 102 | void *ECDH_get_ex_data(EC_KEY *d, int idx); | 102 | void *ECDH_get_ex_data(EC_KEY *d, int idx); |
| 103 | 103 | ||
| 104 | 104 | ||
| 105 | /* BEGIN ERROR CODES */ | ||
| 106 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
| 107 | * made after this point may be overwritten when the script is next run. | ||
| 108 | */ | ||
| 109 | void ERR_load_ECDH_strings(void); | 105 | void ERR_load_ECDH_strings(void); |
| 110 | 106 | ||
| 111 | /* Error codes for the ECDH functions. */ | 107 | /* Error codes for the ECDH functions. */ |
diff --git a/src/lib/libcrypto/ecdh/ech_err.c b/src/lib/libcrypto/ecdh/ech_err.c index 149c2a8505..e0cfddfe9c 100644 --- a/src/lib/libcrypto/ecdh/ech_err.c +++ b/src/lib/libcrypto/ecdh/ech_err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ech_err.c,v 1.6 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ech_err.c,v 1.7 2022/07/12 14:42:49 kn Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -53,11 +53,6 @@ | |||
| 53 | * | 53 | * |
| 54 | */ | 54 | */ |
| 55 | 55 | ||
| 56 | /* NOTE: this file was auto generated by the mkerr.pl script: any changes | ||
| 57 | * made to it will be overwritten when the script next updates this file, | ||
| 58 | * only reason strings will be preserved. | ||
| 59 | */ | ||
| 60 | |||
| 61 | #include <stdio.h> | 56 | #include <stdio.h> |
| 62 | 57 | ||
| 63 | #include <openssl/opensslconf.h> | 58 | #include <openssl/opensslconf.h> |
| @@ -65,7 +60,6 @@ | |||
| 65 | #include <openssl/err.h> | 60 | #include <openssl/err.h> |
| 66 | #include <openssl/ecdh.h> | 61 | #include <openssl/ecdh.h> |
| 67 | 62 | ||
| 68 | /* BEGIN ERROR CODES */ | ||
| 69 | #ifndef OPENSSL_NO_ERR | 63 | #ifndef OPENSSL_NO_ERR |
| 70 | 64 | ||
| 71 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0) | 65 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0) |
