Commit 8259ccb4 authored by Mouse's avatar Mouse Committed by Richard Levitte
Browse files

Remove unnecessary debugging fprintf

parent ad81ca90
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -420,7 +420,6 @@ static EVP_PKEY_CTX *init_ctx(int *pkeysize,
        goto end;

    if ((keyform == FORMAT_ENGINE) && (strncmp(ENGINE_get_name(e),"pkcs11 engine", strlen("pkcs11 engine"))==0)) {
      fprintf(stderr, "engine name = \"%s\"\n", ENGINE_get_name(e));
      ctx = EVP_PKEY_CTX_new(pkey, NULL);
    } else {
      ctx = EVP_PKEY_CTX_new(pkey, e);