mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:47:17 +03:00
include base64.h instead of base64_krb.h
This commit is contained in:
parent
13962adcb5
commit
91bda5650c
2 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#ifdef KRB4
|
||||
|
||||
#include "security.h"
|
||||
#include "base64_krb.h"
|
||||
#include "base64.h"
|
||||
#include <stdlib.h>
|
||||
#include <netdb.h>
|
||||
#include <syslog.h>
|
||||
|
|
|
|||
|
|
@ -38,15 +38,15 @@
|
|||
|
||||
#include "setup.h"
|
||||
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
#ifdef KRB4
|
||||
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
#include "security.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <netdb.h>
|
||||
#include "base64_krb.h"
|
||||
#include "base64.h"
|
||||
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue