aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-01 00:56:43 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-01 09:42:10 +1300
commit494f1999b4acb667d8e0acc2c63565ee82f161f5 (patch)
treec3fcc7c9775050b4bb822f51e5bc4296c0a43906 /ext
parent27f1eab0c178bb74e2a961283fa9c6e49fa8d500 (diff)
downloadruby-openssl-494f1999b4acb667d8e0acc2c63565ee82f161f5.tar.gz
Remove unsupported DSS, DSS1 & SHA algorithms.
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_digest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/ossl_digest.c b/ext/openssl/ossl_digest.c
index 112ce336..661b230f 100644
--- a/ext/openssl/ossl_digest.c
+++ b/ext/openssl/ossl_digest.c
@@ -352,8 +352,6 @@ Init_ossl_digest(void)
* * SHA, SHA1, SHA224, SHA256, SHA384 and SHA512
* * MD2, MD4, MDC2 and MD5
* * RIPEMD160
- * * DSS, DSS1 (Pseudo algorithms to be used for DSA signatures. DSS is
- * equal to SHA and DSS1 is equal to SHA1)
*
* For each of these algorithms, there is a sub-class of Digest that
* can be instantiated as simply as e.g.