]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/openssl-compat.h
Script to turn plain man pages into html now that we want to make html man
[gssapi-openssh.git] / openssh / openbsd-compat / openssl-compat.h
index 09e2e7ebfbfe6174aebef04425f4cbb5a8c2424f..eff0947312f295ed92f77b283eade82ea1c0b9fd 100644 (file)
 # define EVP_CIPHER_CTX_get_app_data(e)                ((e)->app_data)
 #endif
 
-#if (OPENSSL_VERSION_NUMBER < 0x00907000L) || defined(OPENSSL_LOBOTOMISED_AES)
-# define USE_BUILTIN_RIJNDAEL
-#endif
-
-#ifdef USE_BUILTIN_RIJNDAEL
+#if OPENSSL_VERSION_NUMBER < 0x00907000L
 # define EVP_aes_128_cbc evp_rijndael
 # define EVP_aes_192_cbc evp_rijndael
 # define EVP_aes_256_cbc evp_rijndael
@@ -47,12 +43,7 @@ extern const EVP_CIPHER *evp_acss(void);
 #endif
 
 /*
- * We overload some of the OpenSSL crypto functions with ssh_* equivalents
- * which cater for older and/or less featureful OpenSSL version.
- *
- * In order for the compat library to call the real functions, it must
- * define SSH_DONT_OVERLOAD_OPENSSL_FUNCS before including this file and
- * implement the ssh_* equivalents.
+ * insert comment here
  */
 #ifdef SSH_OLD_EVP
 
This page took 0.034149 seconds and 4 git commands to generate.