svn commit: r362482 - projects/nfs-over-tls/sys/opencrypto
Rick Macklem
rmacklem at FreeBSD.org
Mon Jun 22 05:35:28 UTC 2020
Author: rmacklem
Date: Mon Jun 22 05:35:27 2020
New Revision: 362482
URL: https://svnweb.freebsd.org/changeset/base/362482
Log:
Fix up a .h file for the build. opencrypto will still be broken until
I get the rcv stuff up to date.
Modified:
projects/nfs-over-tls/sys/opencrypto/cryptodev.h
Modified: projects/nfs-over-tls/sys/opencrypto/cryptodev.h
==============================================================================
--- projects/nfs-over-tls/sys/opencrypto/cryptodev.h Mon Jun 22 05:07:34 2020 (r362481)
+++ projects/nfs-over-tls/sys/opencrypto/cryptodev.h Mon Jun 22 05:35:27 2020 (r362482)
@@ -446,6 +446,7 @@ struct cryptop {
struct task crp_task;
crypto_session_t crp_session; /* Session */
+ int crp_ilen; /* Input data total length */
int crp_olen; /* Result total length */
int crp_etype; /*
More information about the svn-src-projects
mailing list