vcpkg에서 OpenSSL 1.1을 설치하는 방법
git log --color=always --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad)' --date=short ports/openssl
위 명령을 쳐보면 1.1에서 3.0로 바뀌는 커밋이 나타나는데, 해당 커밋 직전으로 돌아가서, 기존에 설치된 Openssl을 삭제하고 다시 설치하면 된다.
git checkout 3b3bd4248
vcpkg에서 OpenSSL 1.1을 설치하는 방법
git log --color=always --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad)' --date=short ports/openssl
위 명령을 쳐보면 1.1에서 3.0로 바뀌는 커밋이 나타나는데, 해당 커밋 직전으로 돌아가서, 기존에 설치된 Openssl을 삭제하고 다시 설치하면 된다.
git checkout 3b3bd4248