projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9bf631
)
Reorder headers to get definitions before they are used.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 11 Apr 2011 14:01:33 +0000
(14:01 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 11 Apr 2011 14:01:33 +0000
(14:01 +0000)
ssl/tls_srp.c
patch
|
blob
|
history
diff --git
a/ssl/tls_srp.c
b/ssl/tls_srp.c
index e6c109b6a4853ce41ef3a6b3e4cfb980b6f2c8dc..98925f702e5e5aa9d3319eca2d3c1e22e7294676 100644
(file)
--- a/
ssl/tls_srp.c
+++ b/
ssl/tls_srp.c
@@
-56,12
+56,14
@@
* Hudson (tjh@cryptsoft.com).
*
*/
-#include "ssl_locl.h"
-#ifndef OPENSSL_NO_SRP
+#include <openssl/crypto.h>
#include <openssl/rand.h>
#include <openssl/srp.h>
#include <openssl/err.h>
+#include "ssl_locl.h"
+
+#ifndef OPENSSL_NO_SRP
int SSL_CTX_SRP_CTX_free(struct ssl_ctx_st *ctx)
{