Submitted by:

Reviewed by:
PR:
This commit is contained in:
Bodo Möller 1999-04-23 22:32:04 +00:00
parent 92df96077e
commit ab96338315

View File

@ -557,7 +557,7 @@ conflicts with other libraries.
To compile programs that use the old form <foo.h>, To compile programs that use the old form <foo.h>,
usually an additional compiler option will suffice: E.g., add usually an additional compiler option will suffice: E.g., add
-I/usr/local/include/openssl -I/usr/local/ssl/include/openssl
or or
-I$pwd/include/openssl -I$pwd/include/openssl
to the CFLAGS in the Makefile of the program that you want to compile. to the CFLAGS in the Makefile of the program that you want to compile.