Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.

Deprecate inclusion of crypto.h from ui.h.
This commit is contained in:
Geoff Thorpe
2004-05-17 18:01:28 +00:00
parent 1ab61a9179
commit 678c1e025b
3 changed files with 4 additions and 1 deletions

View File

@@ -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)
{