]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - ctypescrypto/__init__.py
Added prototypes for CMS_get0_type and OBJ_obj2nid
[oss/ctypescrypto.git] / ctypescrypto / __init__.py
index c55ae11842d566a6e66b3e772012db690602b9ba..1213398b08ff7069421841fe090175cd9ff6f7de 100644 (file)
@@ -25,6 +25,8 @@ else:
 if __libname__ is None:
     raise OSError("Cannot find OpenSSL crypto library")
 
+#__libname__ = "/usr/local/ssl/lib/libcrypto.so.1.1"
+
 libcrypto = CDLL(__libname__)
 libcrypto.OPENSSL_config.argtypes = (c_char_p, )
 libcrypto.OPENSSL_add_all_algorithms_conf()