1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* gpgkeys_ldap.c (build_attrs), ksutil.c (ks_toupper, ks_strcasecmp),

ksutil.h: Remove the need for strcasecmp as the field tags are always
lowercase.
This commit is contained in:
David Shaw 2006-09-28 19:30:03 +00:00
parent 29f68725d0
commit 61765b20e6
4 changed files with 10 additions and 33 deletions

View file

@ -139,8 +139,5 @@ size_t curl_writer(const void *ptr,size_t size,size_t nmemb,void *cw_ctx);
void curl_writer_finalize(struct curl_writer_ctx *ctx);
int ks_hextobyte (const char *s);
int ks_toupper (int c);
int ks_strcasecmp (const char *a, const char *b);
#endif /* !_KSUTIL_H_ */