diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-05-08 23:30:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:45 -0500 |
commit | bfff6b0e640b3b3456ec1d9d26da0bd80a08585f (patch) | |
tree | 5c4b3154252464e0dc12f8cda6f109b98493724f /source4/heimdal/lib/des | |
parent | d4b8cb0bb502f6daf0ddf93837779e0a805af7d7 (diff) | |
download | samba-bfff6b0e640b3b3456ec1d9d26da0bd80a08585f.tar.gz samba-bfff6b0e640b3b3456ec1d9d26da0bd80a08585f.tar.bz2 samba-bfff6b0e640b3b3456ec1d9d26da0bd80a08585f.zip |
r15515: Syncronsise with current lorikeet-heimdal.
Andrew Bartlett
(This used to be commit 0132312124260f74001546a34ff96db89d72b7f6)
Diffstat (limited to 'source4/heimdal/lib/des')
-rw-r--r-- | source4/heimdal/lib/des/rsa.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/heimdal/lib/des/rsa.h b/source4/heimdal/lib/des/rsa.h index ea1dba27d8..137dd9894b 100644 --- a/source4/heimdal/lib/des/rsa.h +++ b/source4/heimdal/lib/des/rsa.h @@ -32,7 +32,7 @@ */ /* - * $Id: rsa.h,v 1.4 2006/04/16 19:38:23 lha Exp $ + * $Id: rsa.h,v 1.5 2006/05/07 11:34:02 lha Exp $ */ #ifndef _HEIM_RSA_H @@ -40,6 +40,7 @@ /* symbol renaming */ #define RSA_null_method hc_RSA_null_method +#define RSA_imath_method hc_RSA_imath_method #define RSA_new hc_RSA_new #define RSA_new_method hc_RSA_new_method #define RSA_free hc_RSA_free @@ -128,6 +129,7 @@ struct RSA { */ const RSA_METHOD *RSA_null_method(void); +const RSA_METHOD *RSA_imath_method(void); /* * |