summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-04 17:42:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-04 17:42:06 +0000
commit2e9802b7a7b2d05554adf96a3ec06497fe066ee9 (patch)
tree9783dd111636d9854f09b9c000f168d8c6a0c3da /apps/s_apps.h
parent7483896e15a9d9203913555ba2f8cc4d7c20e008 (diff)
PR: 2028
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Fix DTLS cookie management bugs.
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index be3b4da740..820e5c5815 100644
--- a/apps/s_apps.h
+++ b/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);