Add missing dependency on openssl to openflow-pki.
authorBen Pfaff <blp@nicira.com>
Tue, 4 Nov 2008 22:24:18 +0000 (14:24 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Nov 2008 22:24:18 +0000 (14:24 -0800)
Otherwise the ofp-pki script cannot execute it.

debian/control.in

index d037629..abf079a 100644 (file)
@@ -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.