Version skew reduction: trivia (I hope).
[openssl.git] / ssl / ssl_locl.h
index d0167e828349dbef3fa9ae8d0bc01790ebe7f859..872bce6601ac231197c267755280f5117aef5182 100644 (file)
@@ -602,8 +602,8 @@ typedef struct ssl3_enc_method
        int (*export_keying_material)(SSL *, unsigned char *, size_t,
                                      const char *, size_t,
                                      const unsigned char *, size_t,
-                                     int use_context);
-       } SSL3_ENC_METHOD;
+                                     int use_context);
+       } SSL3_ENC_METHOD;
 
 #ifndef OPENSSL_NO_COMP
 /* Used for holding the relevant compression methods loaded into SSL_CTX */