Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
wolfssl/openssl/rand.h@7:481bce714567, 2017-05-02 (annotated)
- Committer:
- wolfSSL
- Date:
- Tue May 02 08:44:47 2017 +0000
- Revision:
- 7:481bce714567
wolfSSL3.10.2
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wolfSSL | 7:481bce714567 | 1 | /* rand.h for openSSL */ |
wolfSSL | 7:481bce714567 | 2 | |
wolfSSL | 7:481bce714567 | 3 | #include <wolfssl/openssl/ssl.h> |
wolfSSL | 7:481bce714567 | 4 | #include <wolfssl/wolfcrypt/random.h> |
wolfSSL | 7:481bce714567 | 5 | |
wolfSSL | 7:481bce714567 | 6 | #define RAND_set_rand_method wolfSSL_RAND_set_rand_method |
wolfSSL | 7:481bce714567 | 7 |