BAN-AI-Communications/k95-mingw

View on GitHub
openssl-0.9.7/shlib/svr5-shared-gcc.sh

Summary

Maintainability
Test Coverage

Showing 10 of 10 total issues

Double quote to prevent globbing and word splitting.
Open

OBJS="$OBJS `grep $obj allobjs`"

SHFLAGS appears unused. Verify it or export it.
Open

SHFLAGS="-DPIC -fPIC"

Double quote to prevent globbing and word splitting.
Open

OBJS="$OBJS `grep $obj allobjs`"

FLAGS appears unused. Verify it or export it.
Open

FLAGS="-O3 -DFILIO_H -fomit-frame-pointer -pthread"

Double quote to prevent globbing and word splitting.
Open

gcc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto

Double quote to prevent globbing and word splitting.
Open

gcc -G -o $sh_clib -h $sh_clib $OBJS -lnsl -lsocket

Use $(..) instead of legacy ...
Open

OBJS="$OBJS `grep $obj allobjs`"

Use $(..) instead of legacy ...
Open

for obj in `ar t libcrypto.a`

Use $(..) instead of legacy ...
Open

for obj in `ar t libssl.a`

Use $(..) instead of legacy ...
Open

OBJS="$OBJS `grep $obj allobjs`"
Category
Status