drop printf within the library

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24669 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-09 17:18:49 +00:00
parent 252f0b771d
commit 15205a1900

View File

@@ -286,15 +286,6 @@ ecdsa_verify_signature(hx509_context context,
der_free_octet_string(&digest);
EC_KEY_free(key);
if (ret != 1) {
#ifdef HAVE_OPENSSL
unsigned long l;
ERR_load_ERR_strings();
ERR_load_crypto_strings();
while ((l=ERR_get_error()))
fprintf(stderr,"ERROR:%s\n", ERR_error_string(l,NULL));
#endif
ret = HX509_CRYPTO_SIG_INVALID_FORMAT;
return ret;
}