Go to file
itojun 8d26d03189 repair openssl (libcrypto) for non-32bit architecture.
don't use unsigned long where 32bit unsigned variable is asked for.
use u_int32_t.  (not sure if uint32_t is better or not, but anyway,
u_int32_t <-> uint32_t should not raise binary compatibility issue)
PR10921.

TODO: have arch-dependent Makefiles where we supply -DFOO for optimization.
(do not change size of variable though)

XXX: we should actually nuke all other #ifdef in /usr/include/openssl/*.h,
however, that needs a lot of work and will make future openssl upgrade harder.

remove RC5 and IDEA by default.  build them separately as
libcrypto_{rc5,idea}.a.  put dummy function, which is "warning to stderr
and exit(1)".  NOCRYPTO_{RC5,IDEA} are obsoleted.
PR10883.
2000-09-30 00:23:28 +00:00
bin in regexp handling code, fix the format passed to asprintf() to be 2000-09-29 17:49:21 +00:00
crypto repair openssl (libcrypto) for non-32bit architecture. 2000-09-30 00:23:28 +00:00
dist
distrib ldconfig is no longer obsolete (in fact, the entries were wrong; it was 2000-09-29 18:06:25 +00:00
etc Mention "a.out" in the start message to be clear about the purpose of 2000-09-29 17:49:25 +00:00
games Removed duplicate entry. Fixes FreeBSD PR/21629. 2000-09-29 00:40:40 +00:00
gnu Add _rtld_debug_state to the list of symbols where GDB may stop the 2000-09-25 17:10:28 +00:00
include Remove dup (WRT util.h) decl of secure_path(). 2000-09-21 10:13:15 +00:00
lib repair openssl (libcrypto) for non-32bit architecture. 2000-09-30 00:23:28 +00:00
libexec call setlogin() before dropping root privileges, so that process 2000-09-28 17:49:06 +00:00
regress Add md5sha subdir 2000-08-19 17:53:24 +00:00
sbin Modification to previous: only build for ports that are a.out or used 2000-09-29 19:00:59 +00:00
share repair openssl (libcrypto) for non-32bit architecture. 2000-09-30 00:23:28 +00:00
sys This seems to fix the interrupt lossage of non-debug kernels. 2000-09-29 17:02:38 +00:00
usr.bin Enable the ssh build framework. 2000-09-28 22:20:58 +00:00
usr.sbin Add functionality for adding usernames to secondary groups via the 2000-09-29 10:37:26 +00:00
Makefile Descend into distrib on "make cleandir", too. This will let "make build" 2000-08-19 22:09:08 +00:00
Makefile.inc
UPDATING crypto-* is no longer there. 2000-08-20 19:51:24 +00:00