src/dtls.c: add WOLFCRYPT_ONLY gating.

This commit is contained in:
Daniel Pouzzner
2022-12-02 15:13:31 -06:00
parent efd194ea74
commit 3ea8dd2f67

View File

@@ -33,6 +33,9 @@
#endif
#include <wolfssl/wolfcrypt/settings.h>
#ifndef WOLFCRYPT_ONLY
#include <wolfssl/error-ssl.h>
#include <wolfssl/internal.h>
#include <wolfssl/ssl.h>
@@ -701,3 +704,5 @@ int wolfSSL_dtls_cid_get_tx(WOLFSSL* ssl, unsigned char* buf,
#endif /* WOLFSSL_DTLS_CID */
#endif /* WOLFSSL_DTLS */
#endif /* WOLFCRYPT_ONLY */