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.

10 lines
227 B

  1. --- a/src/modules/raop/raop-crypto.c
  2. +++ b/src/modules/raop/raop-crypto.c
  3. @@ -30,6 +30,7 @@
  4. #include <openssl/err.h>
  5. #include <openssl/aes.h>
  6. #include <openssl/rsa.h>
  7. +#include <openssl/bn.h>
  8. #include <pulse/xmalloc.h>