X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fasymcipher.c;h=b08e1210149025aee0a69d36b00f99b1564777fc;hp=b7784c899457ee26ff4d73d4ced452e8244551f6;hb=1287dabd0b23326be491125698dd982e4ae28887;hpb=01451721afebabd0b7bdcd4cb3a183c9b590d266 diff --git a/crypto/evp/asymcipher.c b/crypto/evp/asymcipher.c index b7784c8994..b08e121014 100644 --- a/crypto/evp/asymcipher.c +++ b/crypto/evp/asymcipher.c @@ -189,7 +189,7 @@ static int evp_pkey_asym_cipher_init(EVP_PKEY_CTX *ctx, int operation, ERR_raise(ERR_LIB_EVP, EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE); return -2; } - switch(ctx->operation) { + switch (ctx->operation) { case EVP_PKEY_OP_ENCRYPT: if (ctx->pmeth->encrypt_init == NULL) return 1;