Merge pull request #134 from cconlon/pkcs7cbfix
use cryptocb.h in PKCS7 example rather than cryptodev.hpull/136/head
commit
3b49bd339c
|
@ -23,7 +23,7 @@
|
|||
#include <wolfssl/wolfcrypt/pkcs7.h>
|
||||
#include <wolfssl/wolfcrypt/error-crypt.h>
|
||||
#include <wolfssl/wolfcrypt/logging.h>
|
||||
#include <wolfssl/wolfcrypt/cryptodev.h>
|
||||
#include <wolfssl/wolfcrypt/cryptocb.h>
|
||||
|
||||
#define certFile "../certs/client-cert.der"
|
||||
#define keyFile "../certs/client-key.der"
|
||||
|
|
Loading…
Reference in New Issue