mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 15:16:11 -04:00
Check output of openssl
This commit is contained in:
@@ -151,6 +151,7 @@ class AirDropConfig:
|
||||
cwd=self.key_dir,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
check=True,
|
||||
)
|
||||
|
||||
def get_ssl_context(self):
|
||||
|
||||
Reference in New Issue
Block a user