]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_http_cache] Remove duplicate include statements
authorovadbar <ovadbar@gmail.com>
Wed, 16 Dec 2020 14:19:49 +0000 (06:19 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 14:19:49 +0000 (18:19 +0400)
src/mod/applications/mod_http_cache/aws.c

index e6eb43c885ff3e8a20580e5ecd1410d90c40eec2..740fe2e9c48ef9e372b62b972cc290d47e0a2a87 100644 (file)
 #include "aws.h"
 #include <switch.h>
 
-#if defined(HAVE_OPENSSL)
-#include <openssl/hmac.h>
-#include <openssl/sha.h>
-#endif
-
-
-
 #if defined(HAVE_OPENSSL)
 #include <openssl/hmac.h>
 #include <openssl/sha.h>