From 67d31bee42d01e3de72df62a5c1d0ba073c70849 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 4 Nov 2008 14:24:18 -0800 Subject: [PATCH] Add missing dependency on openssl to openflow-pki. Otherwise the ofp-pki script cannot execute it. --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.0