This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
openssl
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b3f9064cc6
openssl
/
crypto
/
ui
/
build.info
4 lines
106 B
Text
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-29 22:33:10 +00: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-25 23:17:43 +00:00
ui_err.c ui_lib.c ui_openssl.c ui_null.c ui_util.c
Reference in a new issue
Copy permalink