2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-31 20:10:45 +08:00

Because of recent reductions in header interdependencies, these files need

to include crypto.h directly.
This commit is contained in:
Geoff Thorpe 2004-05-17 19:01:15 +00:00
parent ac0d0a5ecd
commit 298a2f9e58
2 changed files with 2 additions and 0 deletions

@ -112,6 +112,7 @@
#include <string.h>
#include <openssl/des.h>
#include <openssl/ui.h>
#include <openssl/crypto.h>
int DES_read_password(DES_cblock *key, const char *prompt, int verify)
{

@ -57,6 +57,7 @@
*/
#include "des_locl.h"
#include <openssl/crypto.h>
void DES_string_to_key(const char *str, DES_cblock *key)
{