ovs-vswitchd: Add ability to bootstrap SSL.
[openvswitch] / ofproto / ofproto.c
index 32757b578b8027048e51fa26d8d62ba33c135b8d..3ab9cc9992c1162a836f1702caa67a51e5c91698 100644 (file)
 #include "shash.h"
 #include "status.h"
 #include "stp.h"
+#include "stream-ssl.h"
 #include "svec.h"
 #include "tag.h"
 #include "timeval.h"
 #include "unixctl.h"
 #include "vconn.h"
-#include "vconn-ssl.h"
 #include "xtoxll.h"
 
 #define THIS_MODULE VLM_ofproto