Skip to content

Commit

Permalink
Teach windows some more about __attribute__
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Nov 8, 2024
1 parent 19eef52 commit 6719dbb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/opensslfeatures.h.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@
#define OPENSSL_THREADS

#define OPENSSL_NO_BUF_FREELISTS
--- tests/crypto_test.c.orig Fri Nov 8 10:03:18 2024
+++ tests/crypto_test.c Fri Nov 8 10:03:47 2024
@@ -19,6 +19,8 @@
#include <stdio.h>
#include <stdlib.h>

+#include <openssl/opensslfeatures.h>
+
#include "crypto_internal.h"

static int

0 comments on commit 6719dbb

Please sign in to comment.