]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_ssl/lib/sslCrypto.h
Security-55471.14.8.tar.gz
[apple/security.git] / libsecurity_ssl / lib / sslCrypto.h
index 9fa6876096e206d1cb2ccc8b77a1359a24a20dfa..fc4beaf128034e4bd36ad258529194580559cf7b 100644 (file)
@@ -188,8 +188,7 @@ OSStatus sslGetPubKeyFromBits(
        SSLPubKey           **pubKey);       // mallocd and RETURNED
 
 OSStatus sslVerifySelectedCipher(
-       SSLContext              *ctx,
-       const SSLCipherSpec *selectedCipherSpec);
+       SSLContext              *ctx);
 
 #if APPLE_DH
 int sslDhGenerateParams(SSLContext *ctx, uint32_t g, size_t prime_size,