Because of recent reductions in header interdependencies, these files need
to include crypto.h directly.
This commit is contained in:
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue