]> andersk Git - openssh.git/blobdiff - rsa.h
- (djm) Merge OpenBSD changes:
[openssh.git] / rsa.h
diff --git a/rsa.h b/rsa.h
index dfbf6f487672634cb42949817be782e550efeaf5..93a2dac85ccf5b7d678bf23107b3c983e15e679f 100644 (file)
--- a/rsa.h
+++ b/rsa.h
@@ -1,19 +1,17 @@
 /*
- *
- * rsa.h
- *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
- *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
- *
- * Created: Fri Mar  3 22:01:06 1995 ylo
- *
  * RSA key generation, encryption and decryption.
  *
-*/
+ * As far as I am concerned, the code I have written for this software
+ * can be used freely for any purpose.  Any derived versions of this
+ * software must be clearly marked as such, and if the derived work is
+ * incompatible with the protocol description in the RFC file, it must be
+ * called by a name other than "ssh" or "Secure Shell".
+ */
 
-/* RCSID("$OpenBSD: rsa.h,v 1.7 2000/06/20 01:39:44 markus Exp $"); */
+/* RCSID("$OpenBSD: rsa.h,v 1.8 2000/09/07 20:27:53 deraadt Exp $"); */
 
 #ifndef RSA_H
 #define RSA_H
This page took 0.144927 seconds and 4 git commands to generate.