Changeset 94404 in vbox for trunk/src/libs/openssl-3.0.2/crypto/rand/rand_egd.c
- Timestamp:
- Mar 31, 2022 9:00:36 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150730
- Location:
- trunk/src/libs/openssl-3.0.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.2
- Property svn:mergeinfo
-
old new 13 13 /vendor/openssl/1.1.1k:145841-145843 14 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322 15 /vendor/openssl/3.0.2:150728-150729 16 /vendor/openssl/current:147554-150727
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.2/crypto/rand/rand_egd.c
r94082 r94404 81 81 # define AF_UNIX_COMPATIBILITY "$ZPLS" 82 82 83 if (!_arg_present(transport) || transport != NULL || transport[0] == '\0')83 if (!_arg_present(transport) || transport == NULL || transport[0] == '\0') 84 84 return socket(family, type, protocol); 85 85
Note:
See TracChangeset
for help on using the changeset viewer.