diff options
author | beck <> | 2002-05-15 02:29:21 +0000 |
---|---|---|
committer | beck <> | 2002-05-15 02:29:21 +0000 |
commit | b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9 (patch) | |
tree | fa27cf82a1250b64ed3bf5f4a18c7354d470bbcc /src/lib/libcrypto/buffer/buffer.h | |
parent | e471e1ea98d673597b182ea85f29e30c97cd08b5 (diff) | |
download | openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.gz openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.bz2 openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.zip |
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'src/lib/libcrypto/buffer/buffer.h')
-rw-r--r-- | src/lib/libcrypto/buffer/buffer.h | 4 |
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); | |||
75 | int BUF_MEM_grow(BUF_MEM *str, int len); | 75 | int BUF_MEM_grow(BUF_MEM *str, int len); |
76 | char * BUF_strdup(const char *str); | 76 | char * BUF_strdup(const char *str); |
77 | 77 | ||
78 | void 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 | */ |
82 | void 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 | |||