--- pgp/rsaref/source/rsa.h 2018/04/24 16:40:41 1.1 +++ pgp/rsaref/source/rsa.h 2018/04/24 16:41:37 1.1.1.2 @@ -1,19 +1,19 @@ -/* RSA.H - header file for RSA.C - */ - -/* Copyright (C) RSA Laboratories, a division of RSA Data Security, - Inc., created 1991. All rights reserved. - */ - -int RSAPublicEncrypt PROTO_LIST - ((unsigned char *, unsigned int *, unsigned char *, unsigned int, - R_RSA_PUBLIC_KEY *, R_RANDOM_STRUCT *)); -int RSAPrivateEncrypt PROTO_LIST - ((unsigned char *, unsigned int *, unsigned char *, unsigned int, - R_RSA_PRIVATE_KEY *)); -int RSAPublicDecrypt PROTO_LIST - ((unsigned char *, unsigned int *, unsigned char *, unsigned int, - R_RSA_PUBLIC_KEY *)); -int RSAPrivateDecrypt PROTO_LIST - ((unsigned char *, unsigned int *, unsigned char *, unsigned int, - R_RSA_PRIVATE_KEY *)); +/* RSA.H - header file for RSA.C + */ + +/* Copyright (C) 1991-2 RSA Laboratories, a division of RSA Data + Security, Inc. All rights reserved. + */ + +int RSAPublicEncrypt PROTO_LIST + ((unsigned char *, unsigned int *, unsigned char *, unsigned int, + R_RSA_PUBLIC_KEY *, R_RANDOM_STRUCT *)); +int RSAPrivateEncrypt PROTO_LIST + ((unsigned char *, unsigned int *, unsigned char *, unsigned int, + R_RSA_PRIVATE_KEY *)); +int RSAPublicDecrypt PROTO_LIST + ((unsigned char *, unsigned int *, unsigned char *, unsigned int, + R_RSA_PUBLIC_KEY *)); +int RSAPrivateDecrypt PROTO_LIST + ((unsigned char *, unsigned int *, unsigned char *, unsigned int, + R_RSA_PRIVATE_KEY *));