summaryrefslogtreecommitdiff
path: root/pppd/ppp-crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/ppp-crypto.c')
-rw-r--r--pppd/ppp-crypto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pppd/ppp-crypto.c b/pppd/ppp-crypto.c
index bf78b65..6dfe962 100644
--- a/pppd/ppp-crypto.c
+++ b/pppd/ppp-crypto.c
@@ -490,12 +490,10 @@ int main(int argc, char *argv[]) {
failure++;
}
- /* Bug in DES EVP decryption, TODO: file an issue
if (!test_des_decrypt()) {
printf("DES decryption test failed\n");
failure++;
}
- */
if (!PPP_crypto_deinit()) {
printf("Couldn't deinitialize crypto test\n");