diff options
Diffstat (limited to 'src/lib/libcrypto/gost/gost.h')
-rw-r--r-- | src/lib/libcrypto/gost/gost.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/gost/gost.h b/src/lib/libcrypto/gost/gost.h index 092f96fb60..c7d9d25b2b 100644 --- a/src/lib/libcrypto/gost/gost.h +++ b/src/lib/libcrypto/gost/gost.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gost.h,v 1.3 2016/09/04 17:02:31 jsing Exp $ */ | 1 | /* $OpenBSD: gost.h,v 1.4 2022/07/12 14:42:49 kn Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
@@ -199,10 +199,6 @@ size_t GOST_KEY_get_size(const GOST_KEY * r); | |||
199 | #define GOST_SIG_FORMAT_SR_BE 0 | 199 | #define GOST_SIG_FORMAT_SR_BE 0 |
200 | #define GOST_SIG_FORMAT_RS_LE 1 | 200 | #define GOST_SIG_FORMAT_RS_LE 1 |
201 | 201 | ||
202 | /* BEGIN ERROR CODES */ | ||
203 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
204 | * made after this point may be overwritten when the script is next run. | ||
205 | */ | ||
206 | void ERR_load_GOST_strings(void); | 202 | void ERR_load_GOST_strings(void); |
207 | 203 | ||
208 | /* Error codes for the GOST functions. */ | 204 | /* Error codes for the GOST functions. */ |