]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cmac/cmac.c
Remove fips_constseg references.
[thirdparty/openssl.git] / crypto / cmac / cmac.c
index 3e6afc70db085f86af24004efde95e32c6e11d8a..5c84900a2f7f7ae77d919ab621d3cc67f14dcf26 100644 (file)
@@ -141,7 +141,6 @@ int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in)
 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, 
                        const EVP_CIPHER *cipher, ENGINE *impl)
        {
-       __fips_constseg
        static const unsigned char zero_iv[EVP_MAX_BLOCK_LENGTH] = {0};
        /* All zeros means restart */
        if (!key && !cipher && !impl && keylen == 0)