Skip to content

Commit

Permalink
Fixes issue #429, stray include of an openssl header was removed
Browse files Browse the repository at this point in the history
Signed-off-by: Eivind Næss <[email protected]>
  • Loading branch information
enaess committed Jun 14, 2023
1 parent ba45e71 commit cf7ac82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pppd/crypto_ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ MakeKey(const unsigned char *key, unsigned char *des_key)
DES_set_odd_parity((DES_cblock *)des_key);
}

#include <openssl/evp.h>

int
DesEncrypt(const unsigned char *clear, const unsigned char *key, unsigned char *cipher)
{
Expand Down

0 comments on commit cf7ac82

Please sign in to comment.