fatal error: openssl/aes.h: No such file or directory
Posted on January 21, 2017 • 1 minutes • 34 words • Suggest Changes
During the pip installation of cryptography library I hit upon this missing library :
fatal error: openssl/aes.h: No such file or directory
In Centos 6 this is what you need :
yum install openssl-devel