summaryrefslogtreecommitdiffstats
path: root/crypto/buffer
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-12-17 19:22:23 +0000
committerBodo Möller <bodo@openssl.org>2001-12-17 19:22:23 +0000
commit4d7072f4b5b536c080854eba4b0092d80adf4d37 (patch)
tree28f34d4325a24ce7f5bfb037ef6a745975463818 /crypto/buffer
parentb5348a095d8c68a1274751f058a2de0ad29a3c60 (diff)
remove redundant ERR_load_... declarations
Diffstat (limited to 'crypto/buffer')
-rw-r--r--crypto/buffer/buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/buffer/buffer.h b/crypto/buffer/buffer.h
index afe7a46d43..11e2d0359a 100644
--- a/crypto/buffer/buffer.h
+++ b/crypto/buffer/buffer.h
@@ -75,8 +75,6 @@ void BUF_MEM_free(BUF_MEM *a);
int BUF_MEM_grow(BUF_MEM *str, int len);
char * BUF_strdup(const char *str);
-void ERR_load_BUF_strings(void );
-
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.