diff options
Diffstat (limited to 'src/lib/libcrypto/buffer/buffer.h')
-rw-r--r-- | src/lib/libcrypto/buffer/buffer.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/buffer/buffer.h b/src/lib/libcrypto/buffer/buffer.h index ed6dac0e69..c210bfd1c5 100644 --- a/src/lib/libcrypto/buffer/buffer.h +++ b/src/lib/libcrypto/buffer/buffer.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: buffer.h,v 1.15 2015/06/24 10:05:14 jsing Exp $ */ | 1 | /* $OpenBSD: buffer.h,v 1.16 2022/07/12 14:42:48 kn Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -98,10 +98,6 @@ size_t BUF_strlcat(char *dst, const char *src, size_t siz) | |||
98 | __attribute__ ((__bounded__(__string__,1,3))); | 98 | __attribute__ ((__bounded__(__string__,1,3))); |
99 | #endif | 99 | #endif |
100 | 100 | ||
101 | /* BEGIN ERROR CODES */ | ||
102 | /* The following lines are auto generated by the script mkerr.pl. Any changes | ||
103 | * made after this point may be overwritten when the script is next run. | ||
104 | */ | ||
105 | void ERR_load_BUF_strings(void); | 101 | void ERR_load_BUF_strings(void); |
106 | 102 | ||
107 | /* Error codes for the BUF functions. */ | 103 | /* Error codes for the BUF functions. */ |