configure: Do not use pkg-config to find OpenSSL
This allows working with both OpenSSL and LibreSSL.
This commit is contained in:
parent
2fdbf231bb
commit
805c27ce67
3 changed files with 6 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
*.framework
|
||||
*.o
|
||||
*.so
|
||||
*.so.*
|
||||
*~
|
||||
.deps
|
||||
aclocal.m4
|
||||
|
|
Reference in a new issue