Urban-Programmer / s3fs-fuse

FUSE-based file system backed by Amazon S3
GNU General Public License v2.0
0 stars 0 forks source link

Unable to get OpenSSL library's working in C #4

Closed Urban-Programmer closed 1 year ago

Urban-Programmer commented 1 year ago

When I try an example, I receive an error message

Urban-Programmer commented 1 year ago

Was able to include the OpenSSL packages:

gcc -o Encrypt RC4.c -lssl -lcrypto