failing in reproducing .so files
Salz, Rich
rsalz at akamai.com
Fri Jun 14 18:48:43 UTC 2019
If you are adding new functions to the library, you need to
1A Make sure there is a prototype in one of the existing OpenSSL header files;
OR
1B If your prototype is in a new header file, you will have to edit Configurations/unix-Makefile.tmpl to pick up that file.
2 Run configure
3. Do “make update” Verify that the previous steps worked by looking for your new function(s) being declared in util/libcrypto.num
4. Run make
This could be documented somewhere; anyone want to copy this email into a new issue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20190614/c1803ffe/attachment.html>
More information about the openssl-users
mailing list