freebsd-dev/crypto/heimdal/lib/wind/punycode_examples.h
Stanislav Sedov cf771f223b - Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix
release, which fixes a DoS issue in libkrb5.
2012-04-08 08:19:17 +00:00

22 lines
457 B
C

/* ./punycode_examples.h */
/* Automatically generated at 2012-01-11T14:07:08.539140 */
#ifndef PUNYCODE_EXAMPLES_H
#define PUNYCODE_EXAMPLES_H 1
#include <krb5-types.h>
#define MAX_LENGTH 40
struct punycode_example {
size_t len;
uint32_t val[MAX_LENGTH];
const char *pc;
const char *description;
};
extern const struct punycode_example punycode_examples[];
extern const size_t punycode_examples_size;
#endif /* PUNYCODE_EXAMPLES_H */