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

View file

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

View file

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