Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2014-12-16 14:20:56 +0300
committerAdam Langley <agl@google.com>2014-12-16 22:10:44 +0300
commit263eac02f5c27ad91c1514c93246b84980f73c97 (patch)
treeccb9a30f16c8415ae9ee9cb47ae0adaff2a3e534 /ssl/ssl_locl.h
parent9cf708807c3dac2ddab893410af82423ac266830 (diff)
Remove X509 parameter from ssl_cert_type.
No current use of ssl_cert_type passes a NULL EVP_PKEY, so it can be simplified a little. Change-Id: I2052cc3b6069cd30e4685ba8a6d0014016a4d712 Reviewed-on: https://boringssl-review.googlesource.com/2620 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 4e5aa441..26e3edcd 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -729,7 +729,7 @@ int ssl_undefined_void_function(void);
int ssl_undefined_const_function(const SSL *s);
CERT_PKEY *ssl_get_server_send_pkey(const SSL *s);
EVP_PKEY *ssl_get_sign_pkey(SSL *s,const SSL_CIPHER *c);
-int ssl_cert_type(X509 *x,EVP_PKEY *pkey);
+int ssl_cert_type(EVP_PKEY *pkey);
/* ssl_get_compatible_server_ciphers determines the key exchange and
* authentication cipher suite masks compatible with the server configuration