]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ppp-crypto.c
Reduce the clutter by defining the MD4/MD5/SHA digest lengths in one place. Avoid...
[ppp.git] / pppd / ppp-crypto.c
index bf78b655eb544b0b6d8065e0872879348097c01c..6dfe96266b2ada0d8898d2fa796b1e7538c588bb 100644 (file)
@@ -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");