-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[create-pull-request] automated change
- Loading branch information
1 parent
976470b
commit 6c878e7
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule src
updated
13 files
+51 −13 | crypto/fipsmodule/rand/fork_detect.c | |
+17 −0 | crypto/fipsmodule/rand/fork_detect.h | |
+35 −20 | crypto/fipsmodule/rand/fork_detect_test.cc | |
+0 −33 | crypto/mem.c | |
+4 −0 | crypto/rand_extra/forkunsafe.c | |
+1 −2 | crypto/x509/algorithm.c | |
+6 −2 | crypto/x509/rsa_pss.c | |
+65 −0 | crypto/x509/x509_test.cc | |
+28 −6 | crypto/x509/x509name.c | |
+1 −1 | include/openssl/evp.h | |
+1 −1 | include/openssl/obj.h | |
+5 −0 | include/openssl/rand.h | |
+16 −14 | include/openssl/x509.h |
Submodule googleurl
updated
from 615bc8 to a0a944