From: Ben Pfaff Date: Tue, 4 Nov 2008 22:24:18 +0000 (-0800) Subject: Add missing dependency on openssl to openflow-pki. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=67d31bee42d01e3de72df62a5c1d0ba073c70849;p=sliver-openvswitch.git Add missing dependency on openssl to openflow-pki. Otherwise the ofp-pki script cannot execute it. --- diff --git a/debian/control.in b/debian/control.in index d037629b3..abf079a63 100644 --- a/debian/control.in +++ b/debian/control.in @@ -19,7 +19,7 @@ Description: Source code for OpenFlow datapath Linux module Package: openflow-common Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, openssl Description: OpenFlow common components openflow-common provides components required by both openflow-switch and openflow-controller.