summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/buffer/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/buffer/buffer.h')
-rw-r--r--src/lib/libcrypto/buffer/buffer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/buffer/buffer.h b/src/lib/libcrypto/buffer/buffer.h
index bff26bf391..11e2d0359a 100644
--- a/src/lib/libcrypto/buffer/buffer.h
+++ b/src/lib/libcrypto/buffer/buffer.h
@@ -75,12 +75,11 @@ void BUF_MEM_free(BUF_MEM *a);
75int BUF_MEM_grow(BUF_MEM *str, int len); 75int BUF_MEM_grow(BUF_MEM *str, int len);
76char * BUF_strdup(const char *str); 76char * BUF_strdup(const char *str);
77 77
78void ERR_load_BUF_strings(void );
79
80/* BEGIN ERROR CODES */ 78/* BEGIN ERROR CODES */
81/* The following lines are auto generated by the script mkerr.pl. Any changes 79/* The following lines are auto generated by the script mkerr.pl. Any changes
82 * made after this point may be overwritten when the script is next run. 80 * made after this point may be overwritten when the script is next run.
83 */ 81 */
82void ERR_load_BUF_strings(void);
84 83
85/* Error codes for the BUF functions. */ 84/* Error codes for the BUF functions. */
86 85
@@ -95,4 +94,3 @@ void ERR_load_BUF_strings(void );
95} 94}
96#endif 95#endif
97#endif 96#endif
98