summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-09-08 13:59:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-09-08 13:59:51 +0000
commit33a8de69dc092285fce9a3db4aae2b0df8852427 (patch)
tree8aecae0e19eac9a95adbcc2e146b36d7655a5c9f /apps/s_apps.h
parent319354eb6c6cac74213d754dad105f71abc72547 (diff)
new ctrl to retrive value of received temporary key in server key exchange message, print out details in s_client
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index c7e6926a27..b45c1b9a56 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -163,6 +163,7 @@ int set_cert_key_and_authz(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
int ssl_print_sigalgs(BIO *out, SSL *s);
int ssl_print_curves(BIO *out, SSL *s);
#endif
+int ssl_print_tmp_key(BIO *out, SSL *s);
int init_client(int *sock, char *server, int port, int type);
int should_retry(int i);
int extract_port(char *str, short *port_ptr);