In commit 9a160b796e1a40f9635231e5533ce40d46dba25f ssl_common.h
was introduced, but never listed as a source file in Makefile.am
Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
| ... | ... |
@@ -146,6 +146,7 @@ openvpn_SOURCES = \ |
| 146 | 146 |
ssl.c ssl.h ssl_backend.h \ |
| 147 | 147 |
ssl_openssl.c ssl_openssl.h \ |
| 148 | 148 |
ssl_polarssl.c ssl_polarssl.h \ |
| 149 |
+ ssl_common.h \ |
|
| 149 | 150 |
ssl_verify.c ssl_verify.h ssl_verify_backend.h \ |
| 150 | 151 |
ssl_verify_openssl.c ssl_verify_openssl.h \ |
| 151 | 152 |
ssl_verify_polarssl.c ssl_verify_polarssl.h \ |