Merge pull request #661 from tgauth/fix-commit-history

Fix commit history
This commit is contained in:
Tess Gauthier 2023-02-10 15:15:35 -05:00 committed by GitHub
commit e46452f647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1768,5 +1768,3 @@
#define HAVE_EVP_PKEY_GET0_RSA 1
#define HAVE_EVP_MD_CTX_NEW 1
#define HAVE_EVP_MD_CTX_FREE 1

View File

@ -289,4 +289,4 @@ arc4random_buf(void *_buf, size_t n)
}
explicit_bzero(&r, sizeof(r));
}
#endif /* !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM) */
#endif /* !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM) */