mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-04 16:54:13 +02:00
warn fix
This commit is contained in:
+2
-2
@@ -36,8 +36,8 @@
|
||||
#include <tests/unit.h>
|
||||
|
||||
typedef struct testVector {
|
||||
char* input;
|
||||
char* output;
|
||||
const char* input;
|
||||
const char* output;
|
||||
size_t inLen;
|
||||
size_t outLen;
|
||||
} testVector;
|
||||
|
||||
Reference in New Issue
Block a user