diff options
Diffstat (limited to 'src/lib/libcrypto/dso/dso.h')
-rw-r--r-- | src/lib/libcrypto/dso/dso.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/dso/dso.h b/src/lib/libcrypto/dso/dso.h index 6c982c9f97..ae07b0a5f7 100644 --- a/src/lib/libcrypto/dso/dso.h +++ b/src/lib/libcrypto/dso/dso.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dso.h,v 1.12 2016/03/15 20:50:22 krw Exp $ */ | 1 | /* $OpenBSD: dso.h,v 1.13 2022/07/12 14:42:49 kn Exp $ */ |
2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL | 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -302,10 +302,6 @@ int DSO_pathbyaddr(void *addr, char *path, int sz); | |||
302 | * itself or libsocket. */ | 302 | * itself or libsocket. */ |
303 | void *DSO_global_lookup(const char *name); | 303 | void *DSO_global_lookup(const char *name); |
304 | 304 | ||
305 | /* BEGIN ERROR CODES */ | ||
306 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
307 | * made after this point may be overwritten when the script is next run. | ||
308 | */ | ||
309 | void ERR_load_DSO_strings(void); | 305 | void ERR_load_DSO_strings(void); |
310 | 306 | ||
311 | /* Error codes for the DSO functions. */ | 307 | /* Error codes for the DSO functions. */ |