X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fpkcs12%2Fp12_mutl.c;h=230f3e6b302e995bf6f1713815112d0f92f26273;hb=c9018bdf813e2a0ebb9e188318b4152743f8cb07;hp=62a62cbe9ba3d09c257b037389087601d1c38a1d;hpb=116503cd51aa3195ce16a82ce9b789abe58a8928;p=openssl.git diff --git a/crypto/pkcs12/p12_mutl.c b/crypto/pkcs12/p12_mutl.c index 62a62cbe9b..230f3e6b30 100644 --- a/crypto/pkcs12/p12_mutl.c +++ b/crypto/pkcs12/p12_mutl.c @@ -66,7 +66,7 @@ int PKCS12_mac_present(PKCS12 *p12) { -return p12->mac ? 1 : 0; + return p12->mac ? 1 : 0; } void PKCS12_get0_mac(ASN1_OCTET_STRING **pmac, X509_ALGOR **pmacalg,