diff options
author | kris <kris@FreeBSD.org> | 2002-01-27 03:13:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-01-27 03:13:07 +0000 |
commit | 0b3d98771f14f56f6b501527f0c5de53c5fe7483 (patch) | |
tree | 4c167f294d8840cf0d4c85bb1ef382c677e0fb10 /crypto/openssl/crypto/buffer/buffer.h | |
parent | 128f49e456405dd5daa5d4cc29cdee8bbeaeefcc (diff) | |
parent | 1f8c2aa1763b5d8a328b2fd4053396e94ea48d35 (diff) | |
download | FreeBSD-src-0b3d98771f14f56f6b501527f0c5de53c5fe7483.zip FreeBSD-src-0b3d98771f14f56f6b501527f0c5de53c5fe7483.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r89837,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssl/crypto/buffer/buffer.h')
-rw-r--r-- | crypto/openssl/crypto/buffer/buffer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/openssl/crypto/buffer/buffer.h b/crypto/openssl/crypto/buffer/buffer.h index bff26bf..11e2d035 100644 --- a/crypto/openssl/crypto/buffer/buffer.h +++ b/crypto/openssl/crypto/buffer/buffer.h @@ -75,12 +75,11 @@ 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. */ +void ERR_load_BUF_strings(void); /* Error codes for the BUF functions. */ @@ -95,4 +94,3 @@ void ERR_load_BUF_strings(void ); } #endif #endif - |