From 16143adc5b19eb13a29583e5adf3c3240d73acaa Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Wed, 31 Jan 2018 09:57:54 -0500 Subject: [PATCH] commit --- src/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/common.h b/src/common/common.h index 6f888655b..e533ea456 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -5,7 +5,7 @@ #include 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);