summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-01 20:05:16 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-01 20:05:16 +0000
commit24b248253ce26cf646151ef9710814ad00d3dade (patch)
treed571952ef20ca2c84430b83a3cb1219c2e4ae061
parent6805964d6f312b507b9c8c1d1c211b9780805e58 (diff)
downloadgnutls-24b248253ce26cf646151ef9710814ad00d3dade.tar.gz
Remove GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST hack, use version number
defines instead.
-rw-r--r--includes/gnutls/x509.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 0777ec4dc2..8e6b9dc409 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -390,12 +390,6 @@ extern "C"
/* Allow certificates to be signed using the broken MD5 algorithm.
*/
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5 = 32
-
- /* Increment this define if you add new enum's. The purpose of
- this CPP symbol is to let application figure out which flags
- are supported through CPP checks in the code, and to avoid
- lengthy autoconf snippets in every application. */
-#define GNUTLS_CERTIFICATE_VERIFY_FLAGS_LAST 32
} gnutls_certificate_verify_flags;
int gnutls_x509_crt_check_issuer (gnutls_x509_crt_t cert,