patch-src_tools_pkcs11-tool_c 660 B

123456789101112131415161718
  1. --- opensc-0.11.13.orig/src/tools/pkcs11-tool.c 2010-02-16 10:03:25.000000000 +0100
  2. +++ opensc-0.11.13/src/tools/pkcs11-tool.c 2010-12-15 21:54:01.000000000 +0100
  3. @@ -2235,7 +2235,6 @@ static int sign_verify_openssl(CK_SLOT_I
  4. EVP_sha1(),
  5. EVP_sha1(),
  6. EVP_md5(),
  7. - EVP_ripemd160(),
  8. };
  9. #endif
  10. @@ -2820,7 +2819,6 @@ static int test_unwrap(CK_SLOT_ID slot,
  11. errors += wrap_unwrap(slot, sess, EVP_des_cbc(), privKeyObject);
  12. errors += wrap_unwrap(slot, sess, EVP_des_ede3_cbc(), privKeyObject);
  13. errors += wrap_unwrap(slot, sess, EVP_bf_cbc(), privKeyObject);
  14. - errors += wrap_unwrap(slot, sess, EVP_cast5_cfb(), privKeyObject);
  15. #endif
  16. }