Make build on Windows
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "symbol.h"
|
||||
#include "lex.h"
|
||||
|
@@ -36,6 +36,8 @@
|
||||
#ifndef __DER_H__
|
||||
#define __DER_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum {
|
||||
ASN1_C_UNIV = 0,
|
||||
ASN1_C_APPL = 1,
|
||||
|
@@ -40,6 +40,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
@@ -781,3 +781,14 @@ EXPORTS
|
||||
; FAST
|
||||
_krb5_fast_cf2
|
||||
_krb5_fast_armor_key
|
||||
|
||||
; Recent additions
|
||||
krb5_ntlm_init_get_challenge;
|
||||
krb5_cc_type_dcc;
|
||||
krb5_dcc_ops;
|
||||
_krb5_load_plugins;
|
||||
_krb5_plugin_find;
|
||||
_krb5_plugin_free;
|
||||
_krb5_plugin_run_f;
|
||||
_krb5_expand_path_tokensv;
|
||||
|
||||
|
Reference in New Issue
Block a user