aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/buffer.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-23 15:02:34 -0400
committerRich Salz <rsalz@openssl.org>2016-05-23 15:04:23 -0400
commit0cd0a820abc6124cf8e176fa92d620a2abf9e419 (patch)
treec4eb13c39e7b280de486b86ac4721c9442e0cbf9 /include/openssl/buffer.h
parentf65a8c1e66f43b642d5d1709a933615aac62cebd (diff)
downloadopenssl-0cd0a820abc6124cf8e176fa92d620a2abf9e419.zip
openssl-0cd0a820abc6124cf8e176fa92d620a2abf9e419.tar.gz
openssl-0cd0a820abc6124cf8e176fa92d620a2abf9e419.tar.bz2
Remove unused error/function codes.
Add script to find unused err/reason codes Remove unused reason codes. Remove entries for unused functions Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include/openssl/buffer.h')
-rw-r--r--include/openssl/buffer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/openssl/buffer.h b/include/openssl/buffer.h
index c006c65..88409fd 100644
--- a/include/openssl/buffer.h
+++ b/include/openssl/buffer.h
@@ -58,6 +58,7 @@ void BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz);
* 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. */
@@ -69,7 +70,7 @@ void ERR_load_BUF_strings(void);
/* Reason codes. */
-#ifdef __cplusplus
+# ifdef __cplusplus
}
-#endif
+# endif
#endif