This commit is contained in:
Vlad Gheorghiu 2018-01-31 09:57:54 -05:00
parent fa4ab208e9
commit 16143adc5b

View File

@ -5,7 +5,7 @@
#include <stdlib.h>
typedef enum { OQS_ERROR = -1,
OQS_SUCCESS = 0 } OQS_STATUS;
OQS_SUCCESS = 0 } OQS_STATUS;
/* Displays hexadecimal strings */
void OQS_print_hex_string(const char *label, uint8_t *str, size_t len);