summaryrefslogtreecommitdiffstats
path: root/freebsd/opencrypto/xform.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
commit03d4faf0865f56233e4a8339fda92d7192f456c6 (patch)
tree6c5732dca91814d2be90d66753570bf2b09a643d /freebsd/opencrypto/xform.h
parentRevert move of contrib until more sorted out (diff)
downloadrtems-libbsd-03d4faf0865f56233e4a8339fda92d7192f456c6.tar.bz2
Begin to trim rtems/ from include file paths - start with freebsd
Diffstat (limited to '')
-rw-r--r--freebsd/opencrypto/xform.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/freebsd/opencrypto/xform.h b/freebsd/opencrypto/xform.h
index 0dcbf253..7c70ca90 100644
--- a/freebsd/opencrypto/xform.h
+++ b/freebsd/opencrypto/xform.h
@@ -25,10 +25,10 @@
#ifndef _CRYPTO_XFORM_HH_
#define _CRYPTO_XFORM_HH_
-#include <rtems/freebsd/sys/md5.h>
-#include <rtems/freebsd/crypto/sha1.h>
-#include <rtems/freebsd/crypto/sha2/sha2.h>
-#include <rtems/freebsd/opencrypto/rmd160.h>
+#include <freebsd/sys/md5.h>
+#include <freebsd/crypto/sha1.h>
+#include <freebsd/crypto/sha2/sha2.h>
+#include <freebsd/opencrypto/rmd160.h>
/* Declarations */
struct auth_hash {
@@ -98,7 +98,7 @@ extern struct auth_hash auth_hash_hmac_sha2_512;
extern struct comp_algo comp_algo_deflate;
#ifdef _KERNEL
-#include <rtems/freebsd/sys/malloc.h>
+#include <freebsd/sys/malloc.h>
MALLOC_DECLARE(M_XDATA);
#endif
#endif /* _CRYPTO_XFORM_HH_ */