1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-28 10:52:03 +08:00

WolfSSL fix for TokenSign

This commit is contained in:
Sam Gwydir 2022-05-02 16:20:54 -07:00 committed by Jingyu Zhou
parent 9190fffbb6
commit b1ce3fc15a

@ -28,6 +28,9 @@
#include "flow/Trace.h"
#include "flow/UnitTest.h"
#include <type_traits>
#if defined(HAVE_WOLFSSL)
#include <wolfssl/options.h>
#endif
#include <openssl/ec.h>
#include <openssl/err.h>
#include <openssl/evp.h>