d650824bb5
Stegdetect is an automated tool for detecting steganographic content in images. It is capable of detecting several different steganographic methods to embed hidden information in JPEG images. ok sturm@
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2003/07/01 23:14:23 jolan Exp $
|
|
--- Makefile.in.orig Sat Jan 26 14:51:00 2002
|
|
+++ Makefile.in Sat Jun 28 13:33:42 2003
|
|
@@ -28,7 +28,7 @@ EVENTLIB = @EVENTLIB@
|
|
CC = @CC@
|
|
CFLAGS = -Wall @CFLAGS@ $(JPEGINC) $(FILEINC) -I$(srcdir)/missing
|
|
LDFLAGS = @LDFLAGS@
|
|
-LIBS = $(JPEGLIB)
|
|
+LIBS = $(JPEGLIB) -lcrypto
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROG = @INSTALL_PROGRAM@
|