projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make update
[openssl.git]
/
crypto
/
bio
/
bio.h
diff --git
a/crypto/bio/bio.h
b/crypto/bio/bio.h
index
24b5db2
..
09a500d
100644
(file)
--- a/
crypto/bio/bio.h
+++ b/
crypto/bio/bio.h
@@
-618,6
+618,7
@@
int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
/* 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_BIO_strings(void);
/* Error codes for the BIO functions. */
@@
-687,4
+688,3
@@
int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
}
#endif
#endif
-