Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Dec 5, 2024
1 parent 84e939a commit 8387637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions internal/ossl/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "ossl.h"
#include <stdint.h>
#include <stddef.h>

void ERR_clear_error(void);
void ERR_error_string_n(unsigned long e, char *buf, size_t len);
Expand Down
1 change: 0 additions & 1 deletion internal/ossl/ossl_extra.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "api.h"
#include <stddef.h>

int go_openssl_fips_enabled(void* handle);
int go_openssl_version_major(void* handle);
Expand Down

0 comments on commit 8387637

Please sign in to comment.