Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.sbin/wpa
On Sat, Oct 18, 2008 at 12:32:50PM +0000, Steve Woodford wrote:
>
> Module Name: src
> Committed By: scw
> Date: Sat Oct 18 12:32:50 UTC 2008
>
> Modified Files:
> src/usr.sbin/wpa/hostapd: Makefile
> src/usr.sbin/wpa/wpa_supplicant: Makefile
> Removed Files:
> src/usr.sbin/wpa/wpa_supplicant: crypto_libc.c
>
> Log Message:
> Ditch crypto_libc.c in favour of the internal AES/MD5/SHA1 implementations
> in the WPA distribution when building without native crypto.
Hmm, does wpa_passphrase needs also some modifications?
create wpa_passphrase/.depend
mkdep: ignoring crypto_libc.d: No such file or directory
link wpa_passphrase/wpa_passphrase
cc: crypto_libc.o: No such file or directory
And a make depend in wpa_supplicant looks also a little wrong, but
this is not a complete updated current system:
> make depend
/usr/lib/crt0.o: In function `___start':
: undefined reference to `main'
/tmp/ccp04aMz.o: In function `aes_128_cbc_decrypt':
aes_wrap.c:(.text+0x63): undefined reference to `aes_decrypt_init'
aes_wrap.c:(.text+0xc7): undefined reference to `aes_decrypt'
aes_wrap.c:(.text+0x112): undefined reference to `aes_decrypt_deinit'
/tmp/ccp04aMz.o: In function `aes_128_cbc_encrypt':
aes_wrap.c:(.text+0x15b): undefined reference to `aes_encrypt_init'
aes_wrap.c:(.text+0x1b0): undefined reference to `aes_encrypt'
aes_wrap.c:(.text+0x1d8): undefined reference to `aes_encrypt_deinit'
Bernd
Home |
Main Index |
Thread Index |
Old Index