diff options
Diffstat (limited to 'src/lib/libssl/src/apps/s_apps.h')
-rw-r--r-- | src/lib/libssl/src/apps/s_apps.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libssl/src/apps/s_apps.h b/src/lib/libssl/src/apps/s_apps.h index 757d3f3d9e..08f55d53d3 100644 --- a/src/lib/libssl/src/apps/s_apps.h +++ b/src/lib/libssl/src/apps/s_apps.h | |||
@@ -150,7 +150,7 @@ typedef fd_mask fd_set; | |||
150 | 150 | ||
151 | int do_server(int port, int type, int *ret, int (*cb) (char *hostname, int s, unsigned char *context), unsigned char *context); | 151 | int do_server(int port, int type, int *ret, int (*cb) (char *hostname, int s, unsigned char *context), unsigned char *context); |
152 | #ifdef HEADER_X509_H | 152 | #ifdef HEADER_X509_H |
153 | int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); | 153 | int verify_callback(int ok, X509_STORE_CTX *ctx); |
154 | #endif | 154 | #endif |
155 | #ifdef HEADER_SSL_H | 155 | #ifdef HEADER_SSL_H |
156 | int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); | 156 | int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file); |
@@ -161,16 +161,16 @@ int should_retry(int i); | |||
161 | int extract_port(char *str, short *port_ptr); | 161 | int extract_port(char *str, short *port_ptr); |
162 | int extract_host_port(char *str,char **host_ptr,unsigned char *ip,char **p); | 162 | int extract_host_port(char *str,char **host_ptr,unsigned char *ip,char **p); |
163 | 163 | ||
164 | long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp, | 164 | long bio_dump_callback(BIO *bio, int cmd, const char *argp, |
165 | int argi, long argl, long ret); | 165 | int argi, long argl, long ret); |
166 | 166 | ||
167 | #ifdef HEADER_SSL_H | 167 | #ifdef HEADER_SSL_H |
168 | void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret); | 168 | void apps_ssl_info_callback(const SSL *s, int where, int ret); |
169 | void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg); | 169 | void msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg); |
170 | void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type, | 170 | void tlsext_cb(SSL *s, int client_server, int type, |
171 | unsigned char *data, int len, | 171 | unsigned char *data, int len, |
172 | void *arg); | 172 | void *arg); |
173 | #endif | 173 | #endif |
174 | 174 | ||
175 | int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len); | 175 | int generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len); |
176 | int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len); | 176 | int verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len); |