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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user