Skip to content

Commit

Permalink
Use buffer.h instead of crypto.h
Browse files Browse the repository at this point in the history
Some platforms do NOT like crypto.h (e.g. MacOS)
  • Loading branch information
Dana Robinson committed Jan 12, 2025
1 parent f8cffbb commit 6925e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDs3comms.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "H5FDs3comms.h" /* S3 Communications */
#include "H5FDros3.h" /* ros3 file driver */

#include <openssl/crypto.h>
#include <openssl/buffer.h>

/****************/
/* Local Macros */
Expand Down

0 comments on commit 6925e61

Please sign in to comment.