]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use up to date function
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Oct 2021 20:40:51 +0000 (15:40 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Oct 2021 20:40:51 +0000 (15:40 -0500)
src/lib/sim/milenage.c

index cae3c0346691f5bf672eb5ba1e3fe07281fa5550..fc0479f5d1a6aa4906ff6fdd0b3f8e6e0de775e8 100644 (file)
@@ -56,7 +56,7 @@ static inline int aes_128_encrypt_block(EVP_CIPHER_CTX *evp_ctx,
                return -1;
        }
 
-       EVP_CIPHER_CTX_clean(evp_ctx);
+       EVP_CIPHER_CTX_reset(evp_ctx);
 
        return 0;
 }