Which is the Openssl version available on FreeBSD 12

which is the default Openssl version available on FreeBSD 12? I am looking for this to do some analysis for my project.
 
the base system OpenSSL is "OpenSSL 1.1.1k-freebsd 25 Mar 2021"
That's from 13.0-RELEASE.
Code:
dice@maelcum:~ % freebsd-version -u
13.0-RELEASE
dice@maelcum:~ % openssl version
OpenSSL 1.1.1k-freebsd  25 Mar 2021

And is it possible to provide me the system console screen shot so that I can refer this.
Code:
root@armitage:~ # freebsd-version -u
12.2-RELEASE-p6
root@armitage:~ # openssl version
OpenSSL 1.1.1h-freebsd  22 Sep 2020


 
Back
Top