stream-ssl: Try to shut SSL connections down gracefully.
[openvswitch] / lib / automake.mk
index cb5c3d7a718419908d622c68bc9db866402220ee..31cab8ab197b0cd7cc5dc0531550fa7a961c7ca1 100644 (file)
@@ -43,8 +43,6 @@ lib_libopenvswitch_a_SOURCES = \
        lib/dynamic-string.h \
        lib/fatal-signal.c \
        lib/fatal-signal.h \
-       lib/fault.c \
-       lib/fault.h \
        lib/flow.c \
        lib/flow.h \
        lib/hash.c \
@@ -122,6 +120,7 @@ lib_libopenvswitch_a_SOURCES = \
        lib/stream-fd.c \
        lib/stream-fd.h \
        lib/stream-provider.h \
+       lib/stream-ssl.h \
        lib/stream-tcp.c \
        lib/stream-unix.c \
        lib/stream.c \
@@ -143,11 +142,7 @@ lib_libopenvswitch_a_SOURCES = \
        lib/uuid.h \
        lib/valgrind.h \
        lib/vconn-provider.h \
-       lib/vconn-ssl.h \
        lib/vconn-stream.c \
-       lib/vconn-stream.h \
-       lib/vconn-tcp.c \
-       lib/vconn-unix.c \
        lib/vconn.c \
        lib/vconn.h \
        lib/vlog-modules.def \
@@ -167,8 +162,7 @@ lib_libopenvswitch_a_SOURCES += \
 endif
 
 if HAVE_OPENSSL
-lib_libopenvswitch_a_SOURCES += \
-       lib/vconn-ssl.c 
+lib_libopenvswitch_a_SOURCES += lib/stream-ssl.c
 nodist_lib_libopenvswitch_a_SOURCES += lib/dhparams.c
 lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem
        (echo '#include "lib/dhparams.h"' &&                            \
@@ -193,8 +187,10 @@ EXTRA_DIST += \
        lib/dpif.man \
        lib/leak-checker.man \
        lib/ssl-bootstrap.man \
+       lib/ssl-bootstrap-syn.man \
        lib/ssl-peer-ca-cert.man \
        lib/ssl.man \
+       lib/ssl-syn.man \
        lib/vconn-active.man \
        lib/vconn-passive.man \
        lib/vlog-unixctl.man \