-/*
- * These numbers show up all over the place...might as well hard code 'em once.
- */
-#define SSL_MD5_DIGEST_LEN 16
-#define SSL_SHA1_DIGEST_LEN 20
-#define SSL_SHA256_DIGEST_LEN 32
-#define SSL_SHA384_DIGEST_LEN 48
-#define SSL_MAX_DIGEST_LEN 48 /* >= SSL_MD5_DIGEST_LEN + SSL_SHA1_DIGEST_LEN */
-
-extern const UInt8 SSLMACPad1[], SSLMACPad2[];
-
-extern const HashReference SSLHashNull;
-extern const HashReference SSLHashMD5;
-extern const HashReference SSLHashSHA1;
-extern const HashReference SSLHashSHA256;
-extern const HashReference SSLHashSHA384;
-