fix all the warnings in our demos and make them enableable
[openssl.git] / demos / cipher / aesccm.c
index 3c4b9e7445339b5133a00bc5505e71163e6e97d7..49a054f9d3fb5dacf29a19b950254d891c4b30b9 100644 (file)
@@ -68,7 +68,7 @@ OSSL_LIB_CTX *libctx = NULL;
 const char *propq = NULL;
 
 
-int aes_ccm_encrypt(void)
+static int aes_ccm_encrypt(void)
 {
     int ret = 0;
     EVP_CIPHER_CTX *ctx;
@@ -155,7 +155,7 @@ err:
     return ret;
 }
 
-int aes_ccm_decrypt(void)
+static int aes_ccm_decrypt(void)
 {
     int ret = 0;
     EVP_CIPHER_CTX *ctx;