This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
openssl
Watch
0
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2024-11-28 04:25:31 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b06450bcf7
openssl
/
crypto
/
ui
/
build.info
4 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
unified build scheme: add build.info files Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-01-30 06:33:10 +08:00
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
Add a null UI method There are cases when, if you pass a NULL UI_METHOD, the called function will use an internal default. This is well and good, but there may be cases when this is undesirable and one would rather send in a UI that does absolutely nothing (sort of a /dev/null). UI_null() is the UI_METHOD for this purpose. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2744)
2017-02-26 07:17:43 +08:00
ui_err.c ui_lib.c ui_openssl.c ui_null.c ui_util.c
Reference in New Issue
Copy Permalink