Loading crypto/ui/ui.h +2 −0 Original line number Diff line number Diff line Loading @@ -59,7 +59,9 @@ #ifndef HEADER_UI_H #define HEADER_UI_H #ifndef OPENSSL_NO_DEPRECATED #include <openssl/crypto.h> #endif #include <openssl/safestack.h> #include <openssl/ossl_typ.h> Loading crypto/ui/ui_locl.h +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ #define HEADER_UI_LOCL_H #include <openssl/ui.h> #include <openssl/crypto.h> struct ui_method_st { Loading crypto/ui/ui_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ */ #include <string.h> #include <openssl/ui.h> #include "ui_locl.h" int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify) { Loading Loading
crypto/ui/ui.h +2 −0 Original line number Diff line number Diff line Loading @@ -59,7 +59,9 @@ #ifndef HEADER_UI_H #define HEADER_UI_H #ifndef OPENSSL_NO_DEPRECATED #include <openssl/crypto.h> #endif #include <openssl/safestack.h> #include <openssl/ossl_typ.h> Loading
crypto/ui/ui_locl.h +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ #define HEADER_UI_LOCL_H #include <openssl/ui.h> #include <openssl/crypto.h> struct ui_method_st { Loading
crypto/ui/ui_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ */ #include <string.h> #include <openssl/ui.h> #include "ui_locl.h" int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify) { Loading