Merge pull request #134 from cconlon/pkcs7cbfix

use cryptocb.h in PKCS7 example rather than cryptodev.h
pull/136/head
David Garske 2019-03-06 12:13:20 -08:00 committed by GitHub
commit 3b49bd339c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"