mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
fix macro error
This commit is contained in:
@@ -3084,7 +3084,7 @@ int TLSX_UseSecureRenegotiation(TLSX** extensions, void* heap)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define SCR_FREE_ALL(a, heap) 0
|
#define SCR_FREE_ALL(a, heap)
|
||||||
#define SCR_GET_SIZE(a, b) 0
|
#define SCR_GET_SIZE(a, b) 0
|
||||||
#define SCR_WRITE(a, b, c) 0
|
#define SCR_WRITE(a, b, c) 0
|
||||||
#define SCR_PARSE(a, b, c, d) 0
|
#define SCR_PARSE(a, b, c, d) 0
|
||||||
|
Reference in New Issue
Block a user