[Midnightbsd-cvs] src: ssh_namespace.h: Add new symbols.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 6 02:09:03 EDT 2008


Log Message:
-----------
Add new symbols.

Modified Files:
--------------
    src/crypto/openssh:
        ssh_namespace.h (r1.3 -> r1.4)

-------------- next part --------------
Index: ssh_namespace.h
===================================================================
RCS file: /home/cvs/src/crypto/openssh/ssh_namespace.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L crypto/openssh/ssh_namespace.h -L crypto/openssh/ssh_namespace.h -u -r1.3 -r1.4
--- crypto/openssh/ssh_namespace.h
+++ crypto/openssh/ssh_namespace.h
@@ -375,3 +375,9 @@
 #define error 					ssh_error
 #define logit 					ssh_logit
 #define verbose 				ssh_verbose
+#define mac_clear ssh_mac_clear
+#define mac_setup ssh_mac_setup
+#define umac_delete ssh_umac_delete
+#define umac_final ssh_umac_final
+#define umac_new ssh_umac_new
+#define umac_update ssh_umac_update


More information about the Midnightbsd-cvs mailing list