]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2006/04/18 10:44:28
authordjm <djm>
Sun, 23 Apr 2006 02:15:08 +0000 (02:15 +0000)
committerdjm <djm>
Sun, 23 Apr 2006 02:15:08 +0000 (02:15 +0000)
     [bufaux.c bufbn.c Makefile.in]
     Move Buffer bignum functions into their own file, bufbn.c. This means
     that sftp and sftp-server (which use the Buffer functions in bufaux.c
     but not the bignum ones) no longer need to be linked with libcrypto.
     ok markus@

Makefile.in

index ae8108dfa15834cb18e7745991ae68dd6780c92b..65d4d6436a1980e9abbea72658596a7f8a2407a6 100644 (file)
@@ -63,7 +63,7 @@ INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
 
 TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} sftp-server$(EXEEXT) sftp$(EXEEXT)
 
-LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o buffer.o \
+LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o bufbn.o buffer.o \
        canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o \
        cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \
        compat.o compress.o crc32.o deattack.o fatal.o hostfile.o \
This page took 0.03445 seconds and 5 git commands to generate.