Skip to content

Commit

Permalink
cryspr-gnutls: add "#include <gnutls/gnutls.h>"
Browse files Browse the repository at this point in the history
To find gnutls structure properly
  • Loading branch information
justinjoy authored and rndi committed Aug 6, 2019
1 parent 03c73a1 commit 9b7fade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haicrypt/cryspr-gnutls.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ written by
#ifndef CRYSPR_GNUTLS_H
#define CRYSPR_GNUTLS_H

#include <gnutls/gnutls.h>
#include <gnutls/crypto.h> //gnutls_rnd()

#include <nettle/aes.h> //has AES cipher
Expand Down

0 comments on commit 9b7fade

Please sign in to comment.