src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c
changeset 50471 f0aeede1b855
parent 47216 71c04702a3d5
child 53326 0060e9d7c450
equal deleted inserted replaced
50470:f3aac763a315 50471:f0aeede1b855
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    42 #include <lmcons.h>
    42 #include <lmcons.h>
    43 #include <lmapibuf.h>
    43 #include <lmapibuf.h>
    44 #include <jni.h>
    44 #include <jni.h>
    45 #include "jni_util.h"
    45 #include "jni_util.h"
    46 #include <winsock.h>
    46 #include <winsock.h>
       
    47 #include "sun_security_krb5_Credentials.h"
    47 
    48 
    48 #undef LSA_SUCCESS
    49 #undef LSA_SUCCESS
    49 #define LSA_SUCCESS(Status) ((Status) >= 0)
    50 #define LSA_SUCCESS(Status) ((Status) >= 0)
    50 #define EXIT_FAILURE -1 // mdu
    51 #define EXIT_FAILURE -1 // mdu
    51 
    52