QUIC: Fix bugs where threading is disabled
[openssl.git] / include / internal / cryptlib.h
index 700f387531f9f3a09823c0f2d3711eb56335218c..5aeb4fe0f2b9a1ba86843e4da966ceefa56c5b62 100644 (file)
@@ -159,4 +159,5 @@ char *ossl_ipaddr_to_asc(unsigned char *p, int len);
 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep);
 unsigned char *ossl_hexstr2buf_sep(const char *str, long *buflen,
                                    const char sep);
+
 #endif