You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/INSTALL.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ OpenSSL, follow the OpenSSL build instructions and then install `libssl.a` and
423
423
OpenSSL like this:
424
424
425
425
```bash
426
-
LIBS="-lssl -lcrypto -lc++"# For OpenSSL/BoringSSL. In general, you will need to the SSL/TLS layer's transtive dependencies if you are linking statically.
426
+
LIBS="-lssl -lcrypto -lc++"# For OpenSSL/BoringSSL. In general, you will need to the SSL/TLS layer's transitive dependencies if you are linking statically.
0 commit comments