File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ diff -ruN openssl-3.0.18/crypto/evp/bio_ok.c openssl-3.0.18-modified/crypto/evp/bio_ok.c
2+ --- openssl-3.0.18/crypto/evp/bio_ok.c 2025-09-30 15:12:07.000000000 +0200
3+ +++ openssl-3.0.18-modified/crypto/evp/bio_ok.c 2025-10-08 18:21:10.258670389 +0200
4+ @@ -78,6 +78,7 @@
5+ #include <openssl/rand.h>
6+ #include "internal/endian.h"
7+ #include "crypto/evp.h"
8+ + #include "internal/numbers.h" /* includes SIZE_MAX */
9+
10+ static int ok_write(BIO *h, const char *buf, int num);
11+ static int ok_read(BIO *h, char *buf, int size);
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ OSD=${BUILD_ROOT}/cfbuild-openssl-devel${PREFIX}
1010# To pick up libgcc_s.so.1, which is apparently not in dyld path.
1111export LD_LIBRARY_PATH=$PREFIX /lib
1212
13+ $PATCH -p1 < SIZE_MAX-undeclared.patch
14+
1315# Configure
1416
1517$PERL ./Configure hpux-ia64-gcc $( < config_flags_$ROLE .txt) \
You can’t perform that action at this time.
0 commit comments