From 5e1e5495328bb491a186d72544d2e57f49dfdedc Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 17 Feb 2012 12:29:27 +0100 Subject: Makefile.am was missing ssl_common.h In commit 9a160b796e1a40f9635231e5533ce40d46dba25f ssl_common.h was introduced, but never listed as a source file in Makefile.am Signed-off-by: David Sommerseth Acked-by: Gert Doering --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2029389..26b80f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,6 +146,7 @@ openvpn_SOURCES = \ ssl.c ssl.h ssl_backend.h \ ssl_openssl.c ssl_openssl.h \ ssl_polarssl.c ssl_polarssl.h \ + ssl_common.h \ ssl_verify.c ssl_verify.h ssl_verify_backend.h \ ssl_verify_openssl.c ssl_verify_openssl.h \ ssl_verify_polarssl.c ssl_verify_polarssl.h \ -- cgit