X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fs_apps.h;h=b45c1b9a5658b557583d643e345cfc2d8ab83662;hp=c7e6926a27050ff462b2fa0979da6d95d1a7d4f4;hb=2001129f096d10bbd815936d23af3e97daf7882d;hpb=a50ecaee56e8e2ebf14ed122d15578acd2a2aa06 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);