Skip to content

Can't build 1.11.7 on SuSE 11 #112

@weberhofer

Description

@weberhofer

Dear developers,
is there a chance to built sslscan for SuSE 11which comes with libopenssl1_0_0-1.0.1i ?

Thank's for this great tool!

cc -o sslscan -Wall -Wformat=2 -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/opt/openssl/lib -L/opt/local/lib -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g  -DVERSION=\"1.11.7\" sslscan.c -lssl -lcrypto -ldl
In file included from sslscan.c:74:0:
sslscan.c: In function 'testFallback':
sslscan.c:876:48: error: 'SSL_MODE_SEND_FALLBACK_SCSV' undeclared (first use in this function)
                  SSL_CTX_set_mode(options->ctx, SSL_MODE_SEND_FALLBACK_SCSV);
                                                 ^
sslscan.c:876:48: note: each undeclared identifier is reported only once for each function it appears in
sslscan.c: In function 'readLine':
sslscan.c:174:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
fgets(lineFromFile, maxSize, input);
          ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions