Skip to content

Commit

Permalink
bump openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Apr 18, 2023
1 parent 1ba7a5f commit 912991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/paho-mqtt-c/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def layout(self):
def requirements(self):
if self.options.ssl:
# Headers are exposed https://github.com/eclipse/paho.mqtt.c/blob/f7799da95e347bbc930b201b52a1173ebbad45a7/src/SSLSocket.h#L29
self.requires("openssl/1.1.1t", transitive_headers=True)
self.requires("openssl/3.1.0", transitive_headers=True)

def validate(self):
if not self.options.shared and Version(self.version) < "1.3.4":
Expand Down

0 comments on commit 912991e

Please sign in to comment.