Reorder headers to get definitions before they are used.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 11 Apr 2011 14:01:33 +0000 (14:01 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 11 Apr 2011 14:01:33 +0000 (14:01 +0000)
ssl/tls_srp.c

index e6c109b6a4853ce41ef3a6b3e4cfb980b6f2c8dc..98925f702e5e5aa9d3319eca2d3c1e22e7294676 100644 (file)
  * 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)
        {