diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 18:30:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 18:30:39 +0000 |
commit | dbb52cf34e788c4c537e7a9715c733a7346537af (patch) | |
tree | 8841fe3df94fdf2ec081476647a6c67cdaa918e2 /sys/net/pfkeyv2_convert.c | |
parent | 58bd29662b4df448a790b396c5ab3447476bd6de (diff) |
merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebase
Diffstat (limited to 'sys/net/pfkeyv2_convert.c')
-rw-r--r-- | sys/net/pfkeyv2_convert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2_convert.c b/sys/net/pfkeyv2_convert.c index b6fd5cf7a76..49fc24ff3ca 100644 --- a/sys/net/pfkeyv2_convert.c +++ b/sys/net/pfkeyv2_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2_convert.c,v 1.1 2001/06/08 02:53:49 angelos Exp $ */ +/* $OpenBSD: pfkeyv2_convert.c,v 1.2 2001/06/23 18:30:37 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@keromytis.org) @@ -100,7 +100,7 @@ #include <sys/socket.h> #include <netinet/ip_ipsp.h> #include <net/pfkeyv2.h> -#include <crypto/crypto.h> +#include <crypto/cryptodev.h> #include <crypto/xform.h> /* |