From fa4ab208e9f133b6e3612e652188b951de288866 Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Wed, 31 Jan 2018 06:18:49 -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 e533ea456..6f888655b 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);