cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.2k stars 472 forks source link

Adjust .pc file not to expose used crypto library #537

Closed jengelh closed 3 years ago

jengelh commented 3 years ago

srtp headers are not directly including openssl headers. The srtp (shared) library already has links to libcrypto and so -lcrypto is at best only needed for static linking, but that must go into a the field called "private".