summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/s_apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/s_apps.h')
-rw-r--r--crypto/openssl/apps/s_apps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssl/apps/s_apps.h b/crypto/openssl/apps/s_apps.h
index 08fbbc2..f5a39ba 100644
--- a/crypto/openssl/apps/s_apps.h
+++ b/crypto/openssl/apps/s_apps.h
@@ -171,3 +171,6 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
unsigned char *data, int len,
void *arg);
#endif
+
+int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len);
+int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len);
OpenPOWER on IntegriCloud