Merge pull request #1999 from keisentraut/fix/openpgp_sdk_include_bio_h

missing include "bio.h" in openpgpsdk
This commit is contained in:
G10h4ck 2020-06-10 10:13:43 +02:00 committed by GitHub
commit 4cef90f677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
/** \file
*/
#include <openssl/bio.h>
#include <openssl/md5.h>
#include <openssl/sha.h>
#include <openssl/dsa.h>