Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
openSSL を使用する Ubuntu で cpp プロジェクトをコンパイルしたいと考えています。これは関数 PEM_read_RSA_PUBKEY です。
その関数を使用して古いバージョンを見つけることができませんが、最新のopenSSLバージョンでプログラムをコンパイルすると、次のエラーが返されます
undefined reference 'PEM_read_RSA_PUBKEY'
このエラーを解決するにはどうすればよいですか??