Skip to content

Commit

Permalink
GPG format needs OpenSSL for AES_cfb128_encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
magnumripper committed Feb 22, 2017
1 parent 3b20112 commit 36655f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpg_common_plug.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include <openssl/bn.h>
#include <openssl/dsa.h>
#include <openssl/des.h>
#include <openssl/aes.h> /* AES_cfb128_encrypt() */

#include "aes.h"
#include "twofish.h"
#include "idea-JtR.h"
#include "sha2.h"
Expand Down

0 comments on commit 36655f8

Please sign in to comment.