aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-08 21:54:02 +0000
committerBodo Möller <bodo@openssl.org>2001-03-08 21:54:02 +0000
commit5451e0d924e869d05065e7e48b36cbbde6d22838 (patch)
treefa7da7ac7b0f78107ff514c4e63c638013a2e2bd /ssl/ssl.h
parent4ea38555148b23639e8c3e44b70bccbc765b9aa5 (diff)
downloadopenssl-5451e0d924e869d05065e7e48b36cbbde6d22838.tar.gz
add ssl23_peek
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 0483b635be..fa0e658bb8 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1250,6 +1250,7 @@ int SSL_COMP_add_compression_method(int id,char *cm);
/* 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_SSL_strings(void);
/* Error codes for the SSL functions. */
@@ -1274,6 +1275,7 @@ int SSL_COMP_add_compression_method(int id,char *cm);
#define SSL_F_SSL23_CONNECT 117
#define SSL_F_SSL23_GET_CLIENT_HELLO 118
#define SSL_F_SSL23_GET_SERVER_HELLO 119
+#define SSL_F_SSL23_PEEK 237
#define SSL_F_SSL23_READ 120
#define SSL_F_SSL23_WRITE 121
#define SSL_F_SSL2_ACCEPT 122
@@ -1612,4 +1614,3 @@ int SSL_COMP_add_compression_method(int id,char *cm);
}
#endif
#endif
-