aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha1/sha1ossl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/digest/sha1/sha1ossl.h')
-rw-r--r--ext/digest/sha1/sha1ossl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/digest/sha1/sha1ossl.h b/ext/digest/sha1/sha1ossl.h
index 8a5b9cfc02..8f9984cc64 100644
--- a/ext/digest/sha1/sha1ossl.h
+++ b/ext/digest/sha1/sha1ossl.h
@@ -16,6 +16,5 @@
#define SHA1_DIGEST_LENGTH SHA_DIGEST_LENGTH
void SHA1_Finish(SHA1_CTX *ctx, char *buf);
-int SHA1_Equal(SHA1_CTX *pctx1, SHA1_CTX *pctx2);
#endif