Because of recent reductions in header interdependencies, these files need
to include crypto.h directly.
This commit is contained in:
parent
ac0d0a5ecd
commit
298a2f9e58
@ -112,6 +112,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <openssl/des.h>
|
#include <openssl/des.h>
|
||||||
#include <openssl/ui.h>
|
#include <openssl/ui.h>
|
||||||
|
#include <openssl/crypto.h>
|
||||||
|
|
||||||
int DES_read_password(DES_cblock *key, const char *prompt, int verify)
|
int DES_read_password(DES_cblock *key, const char *prompt, int verify)
|
||||||
{
|
{
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "des_locl.h"
|
#include "des_locl.h"
|
||||||
|
#include <openssl/crypto.h>
|
||||||
|
|
||||||
void DES_string_to_key(const char *str, DES_cblock *key)
|
void DES_string_to_key(const char *str, DES_cblock *key)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user