Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712

can only be built with MIT Kerberos.

If we didn't define this here, then SSL-using applications would have
to define OPENSSL_NO_KRB5 themselves in order to build.
This commit is contained in:
Jacques Vidrine 2003-01-29 01:06:15 +00:00
parent bf857e69a2
commit a01bf47081
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110015
6 changed files with 12 additions and 0 deletions

View File

@ -173,3 +173,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */
/* The Kerberos 5 support is MIT-specific. */
#define OPENSSL_NO_KRB5

View File

@ -173,3 +173,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */
/* The Kerberos 5 support is MIT-specific. */
#define OPENSSL_NO_KRB5

View File

@ -173,3 +173,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */
/* The Kerberos 5 support is MIT-specific. */
#define OPENSSL_NO_KRB5

View File

@ -173,3 +173,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */
/* The Kerberos 5 support is MIT-specific. */
#define OPENSSL_NO_KRB5

View File

@ -173,3 +173,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */
/* The Kerberos 5 support is MIT-specific. */
#define OPENSSL_NO_KRB5

View File

@ -173,3 +173,5 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */
/* The Kerberos 5 support is MIT-specific. */
#define OPENSSL_NO_KRB5