]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: Remove SSL parse_flags() function unused since rev.14148
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Jul 2015 08:28:03 +0000 (01:28 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Jul 2015 08:28:03 +0000 (01:28 -0700)
src/ssl/support.h
src/tests/stub_libsslsquid.cc

index fe70c16582770e7015758aa99dc3425860eebe28..1d754c8361b3228c46e387196db417501c3de496 100644 (file)
@@ -157,12 +157,6 @@ inline const char *bumpMode(int bm)
     return (0 <= bm && bm < Ssl::bumpEnd) ? Ssl::BumpModeStr[bm] : NULL;
 }
 
-/**
- \ingroup ServerProtocolSSLAPI
- * Parses the SSL flags.
- */
-long parse_flags(const char *flags);
-
 /**
  \ingroup ServerProtocolSSLAPI
  * Load a CRLs list stored in a file
index 82c55ed490f97a0a9ab8807b089b7df21a9f6c27..a805db513a04cf4aa2c953be847413fb918788b0 100644 (file)
@@ -72,7 +72,6 @@ namespace Ssl
 //GETX509ATTRIBUTE GetX509CAAttribute;
 //GETX509ATTRIBUTE GetX509Fingerprint;
 const char *BumpModeStr[] = {""};
-long parse_flags(const char *flags) STUB_RETVAL(0)
 STACK_OF(X509_CRL) *loadCrl(const char *CRLFile, long &flags) STUB_RETVAL(NULL)
 DH *readDHParams(const char *dhfile) STUB_RETVAL(NULL)
 bool generateUntrustedCert(X509_Pointer & untrustedCert, EVP_PKEY_Pointer & untrustedPkey, X509_Pointer const & cert, EVP_PKEY_Pointer const & pkey) STUB_RETVAL(false)