I had to install libressl to get obhttpd working, however following that 
hostapd fails 
 cc  ../src/crypto/tls_openssl.c
../src/crypto/crypto_openssl.o: In function `dh5_init':
../src/crypto/crypto_openssl.c:(.text+0xe75): undefined reference to 
`DH_set0_pqg'
../src/crypto/crypto_openssl.c:(.text+0xeb2): undefined reference to 
`DH_get0_key'
../src/crypto/crypto_openssl.o: In function `dh5_init_fixed':
../src/crypto/crypto_openssl.c:(.text+0x1030): undefined reference to 
`DH_set0_pqg'
../src/crypto/crypto_openssl.c:(.text+0x107e): undefined reference to 
`DH_set0_key'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

I manually applied this patch 
http://lists.infradead.org/pipermail/hostap/2016-October/036458.html and 
everything works great again.  
_______________________________________________
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to