You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
250 B

  1. --- a/xio-openssl.c
  2. +++ b/xio-openssl.c
  3. @@ -8,6 +8,8 @@
  4. #if WITH_OPENSSL /* make this address configure dependend */
  5. #include <openssl/conf.h>
  6. #include <openssl/x509v3.h>
  7. +#include <openssl/dh.h>
  8. +#include <openssl/bn.h>
  9. #include "xioopen.h"