mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
Reorder headers to get definitions before they are used.
This commit is contained in:
parent
f9bf6314ea
commit
b93e331ba4
@ -56,12 +56,14 @@
|
|||||||
* Hudson (tjh@cryptsoft.com).
|
* Hudson (tjh@cryptsoft.com).
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include "ssl_locl.h"
|
|
||||||
#ifndef OPENSSL_NO_SRP
|
|
||||||
|
|
||||||
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/srp.h>
|
#include <openssl/srp.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
|
#include "ssl_locl.h"
|
||||||
|
|
||||||
|
#ifndef OPENSSL_NO_SRP
|
||||||
|
|
||||||
int SSL_CTX_SRP_CTX_free(struct ssl_ctx_st *ctx)
|
int SSL_CTX_SRP_CTX_free(struct ssl_ctx_st *ctx)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user