svn commit: r360646 - projects/nfs-over-tls

Rick Macklem rmacklem at FreeBSD.org
Mon May 4 23:49:38 UTC 2020


Author: rmacklem
Date: Mon May  4 23:49:37 2020
New Revision: 360646
URL: https://svnweb.freebsd.org/changeset/base/360646

Log:
  Replace openssl3.patch with a slightly cleaner one.

Modified:
  projects/nfs-over-tls/openssl3.patch

Modified: projects/nfs-over-tls/openssl3.patch
==============================================================================
--- projects/nfs-over-tls/openssl3.patch	Mon May  4 23:05:11 2020	(r360645)
+++ projects/nfs-over-tls/openssl3.patch	Mon May  4 23:49:37 2020	(r360646)
@@ -1,18 +1,22 @@
 --- conf.h.sav	2020-05-02 08:36:38.880690000 -0700
-+++ conf.h	2020-05-02 08:37:15.173793000 -0700
-@@ -34,6 +34,7 @@ typedef struct {
++++ conf.h	2020-04-03 13:13:12.140750000 -0700
+@@ -33,9 +33,6 @@ typedef struct {
+     char *value;
  } CONF_VALUE;
  
- DEFINE_OR_DECLARE_STACK_OF(CONF_VALUE)
-+typedef struct conf_module_st CONF_MODULE;
- DEFINE_OR_DECLARE_STACK_OF(CONF_MODULE)
- 
+-DEFINE_OR_DECLARE_STACK_OF(CONF_VALUE)
+-DEFINE_OR_DECLARE_STACK_OF(CONF_MODULE)
+-
  DEFINE_LHASH_OF(CONF_VALUE);
-@@ -58,7 +59,6 @@ struct conf_method_st {
- /* Module definitions */
  
+ struct conf_st;
+@@ -59,6 +56,9 @@ struct conf_method_st {
+ 
  typedef struct conf_imodule_st CONF_IMODULE;
--typedef struct conf_module_st CONF_MODULE;
+ typedef struct conf_module_st CONF_MODULE;
++
++DEFINE_OR_DECLARE_STACK_OF(CONF_VALUE)
++DEFINE_OR_DECLARE_STACK_OF(CONF_MODULE)
  
  STACK_OF(CONF_IMODULE);
  


More information about the svn-src-projects mailing list