X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fppp-crypto.c;fp=pppd%2Fppp-crypto.c;h=6dfe96266b2ada0d8898d2fa796b1e7538c588bb;hb=4cb90c1fb141ae3cca08c2ac9c663c14a4d2473e;hp=bf78b655eb544b0b6d8065e0872879348097c01c;hpb=774440c7f0a2b633bae02980927e36ad371604dc;p=ppp.git 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");