- djm@cvs.openbsd.org 2003/11/26 21:44:29
[cipher-aes.c] fix #ifdef before #define; ok markus@ (RCS ID sync only, Portable already had this)
This commit is contained in:
parent
4c56843e44
commit
37afa9d9a4
|
@ -3,6 +3,10 @@
|
||||||
- matthieu@cvs.openbsd.org 2003/11/25 23:10:08
|
- matthieu@cvs.openbsd.org 2003/11/25 23:10:08
|
||||||
[ssh-add.1]
|
[ssh-add.1]
|
||||||
ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
|
ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
|
||||||
|
- djm@cvs.openbsd.org 2003/11/26 21:44:29
|
||||||
|
[cipher-aes.c]
|
||||||
|
fix #ifdef before #define; ok markus@
|
||||||
|
(RCS ID sync only, Portable already had this)
|
||||||
|
|
||||||
20031208
|
20031208
|
||||||
- (tim) [configure.ac] Bug 770. Fix --without-rpath.
|
- (tim) [configure.ac] Bug 770. Fix --without-rpath.
|
||||||
|
@ -1541,4 +1545,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3132 2003/12/09 08:01:51 dtucker Exp $
|
$Id: ChangeLog,v 1.3133 2003/12/09 08:05:42 dtucker Exp $
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#if OPENSSL_VERSION_NUMBER < 0x00907000L
|
#if OPENSSL_VERSION_NUMBER < 0x00907000L
|
||||||
RCSID("$OpenBSD: cipher-aes.c,v 1.1 2003/05/15 03:08:29 markus Exp $");
|
RCSID("$OpenBSD: cipher-aes.c,v 1.2 2003/11/26 21:44:29 djm Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include "rijndael.h"
|
#include "rijndael.h"
|
||||||
|
|
Loading…
Reference in New Issue