Blame SOURCES/openssl-1.0.2j-nokrb5-abi.patch

557317
diff -up openssl-1.0.2j/ssl/ssl.h.nokrb5-abi openssl-1.0.2j/ssl/ssl.h
557317
--- openssl-1.0.2j/ssl/ssl.h.nokrb5-abi	2016-10-07 11:33:36.000000000 +0200
557317
+++ openssl-1.0.2j/ssl/ssl.h	2016-10-14 13:26:29.767624676 +0200
557317
@@ -521,6 +521,9 @@ struct ssl_session_st {
557317
 #  ifndef OPENSSL_NO_KRB5
557317
     unsigned int krb5_client_princ_len;
557317
     unsigned char krb5_client_princ[SSL_MAX_KRB5_PRINCIPAL_LENGTH];
557317
+#  else
557317
+    unsigned int unused_krb5_client_princ_len;
557317
+    unsigned char unused_krb5_client_princ[SSL_MAX_KRB5_PRINCIPAL_LENGTH];
557317
 #  endif                        /* OPENSSL_NO_KRB5 */
557317
 #  ifndef OPENSSL_NO_PSK
557317
     char *psk_identity_hint;
557317
@@ -1521,6 +1524,8 @@ struct ssl_st {
557317
 #  ifndef OPENSSL_NO_KRB5
557317
     /* Kerberos 5 context */
557317
     KSSL_CTX *kssl_ctx;
557317
+#  else
557317
+    void *unused_kssl_ctx;
557317
 #  endif                        /* OPENSSL_NO_KRB5 */
557317
 #  ifndef OPENSSL_NO_PSK
557317
     unsigned int (*psk_client_callback) (SSL *ssl, const char *hint,