i have received google warning related to OpenSSL version update and provided linux based command "$ unzip -p YourApp.apk | strings | grep "OpenSSL" to check OpenSSL version. I have tried cygwin and other tools but unable unable to execute this command on Windows 10. Is their any other way to find OpenSSL version on windows?
Asked
Active
Viewed 118 times
0
-
3This question is probably better suited for [Super User](https://superuser.com/). Super User exists to help you with commands. – jww May 05 '16 at 10:19
-
if you are using cygwin, make sure to intall the "unzip" program from the cygwin installer – Simon Marquis May 07 '16 at 09:24