Deleted Added
full compact
s_apps.h (194206) s_apps.h (205128)
1/* apps/s_apps.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 157 unchanged lines hidden (view full) ---

166
167#ifdef HEADER_SSL_H
168void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
169void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
170void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
171 unsigned char *data, int len,
172 void *arg);
173#endif
1/* apps/s_apps.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 157 unchanged lines hidden (view full) ---

166
167#ifdef HEADER_SSL_H
168void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
169void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
170void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
171 unsigned char *data, int len,
172 void *arg);
173#endif
174
175int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len);
176int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len);