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@3:6f956bdb3073, 2016-04-28 (annotated)
- Committer:
- wolfSSL
- Date:
- Thu Apr 28 00:56:55 2016 +0000
- Revision:
- 3:6f956bdb3073
wolfSSL 3.9.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wolfSSL | 3:6f956bdb3073 | 1 | /* rand.h for openSSL */ |
wolfSSL | 3:6f956bdb3073 | 2 | |
wolfSSL | 3:6f956bdb3073 | 3 | #include <wolfssl/openssl/ssl.h> |
wolfSSL | 3:6f956bdb3073 | 4 | #include <wolfssl/wolfcrypt/random.h> |
wolfSSL | 3:6f956bdb3073 | 5 | |
wolfSSL | 3:6f956bdb3073 | 6 | #define RAND_set_rand_method wolfSSL_RAND_set_rand_method |
wolfSSL | 3:6f956bdb3073 | 7 |