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? |