Patched OpenSSL
Patched OpenSSL
- Subject: Patched OpenSSL
- From: Ron Elliott <email@hidden>
- Date: Fri, 27 Feb 2009 23:46:08 -0800
A little background: I'm working with an AES GCM patched version of
OpenSSL 0.9.8j. The patch compiles fine and produces the libcrypto.a
and libssl.a. I use "gcc -dynamiclib -o libcrypto.dylib libcrypto.a"
to get my dynamic library and it produces no errors. However when I
load the library using ctypes in python and try to access one of the
any function, built in or one of the patched, I get a "symbol not
found". Am I linking my dylib wrong? I should also note that I'm
loading the dylib in python with CDLL("~/Desktop/openssl-0.9.8j/
libcrypto.dylib")
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden