From 20b431e3a94e57b916d7e1325217c3a2a6a186a0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 22 Nov 2012 15:20:53 +0000 Subject: Add support for printing out and retrieving EC point formats extension. --- apps/s_apps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/s_apps.h') diff --git a/apps/s_apps.h b/apps/s_apps.h index 30ce8830a6..5d7d158a7d 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -161,6 +161,7 @@ int set_cert_key_and_authz(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, unsigned char *authz, size_t authz_length); # endif int ssl_print_sigalgs(BIO *out, SSL *s); +int ssl_print_point_formats(BIO *out, SSL *s); int ssl_print_curves(BIO *out, SSL *s, int noshared); #endif int ssl_print_tmp_key(BIO *out, SSL *s); -- cgit v1.2.3