Unverified Commit 637228e7 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

SRP_CTX doesn't exist when OPENSSL_NO_SRP is set

Closes #1047
parent ec8aadb5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -947,6 +947,7 @@ cfg_if! {
        }

        #[repr(C)]
        #[cfg(not(osslconf = "OPENSSL_NO_SRP"))]
        pub struct SRP_CTX {
            SRP_cb_arg: *mut c_void,
            TLS_ext_srp_username_callback: *mut c_void,