Imported Upstream version 1.15.1
[platform/upstream/krb5.git] / src / lib / gssapi / mechglue / g_unwrap_aead.c
index 8be6d6a..e78bff2 100644 (file)
@@ -191,7 +191,7 @@ gss_qop_t           *qop_state;
     if (!mech)
        return (GSS_S_BAD_MECH);
 
-    return gssint_unwrap_aead(mech, minor_status, context_handle,
+    return gssint_unwrap_aead(mech, minor_status, ctx,
                              input_message_buffer, input_assoc_buffer,
                              output_payload_buffer, conf_state, qop_state);
 }