diff options
author | jbj <devnull@localhost> | 2001-10-08 14:48:22 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-08 14:48:22 +0000 |
commit | 4c15c4d2740d44d437648b17ef89a34b366bc654 (patch) | |
tree | 5d5c37b0202820813612ff744c17438a9abc0bab /beecrypt/elgamal.h | |
parent | d14c5439529865c90d2a7e31c0dba5f5c9ff1765 (diff) | |
download | librpm-tizen-4c15c4d2740d44d437648b17ef89a34b366bc654.tar.gz librpm-tizen-4c15c4d2740d44d437648b17ef89a34b366bc654.tar.bz2 librpm-tizen-4c15c4d2740d44d437648b17ef89a34b366bc654.zip |
Resolve conflicts.
CVS patchset: 5100
CVS date: 2001/10/08 14:48:22
Diffstat (limited to 'beecrypt/elgamal.h')
-rw-r--r-- | beecrypt/elgamal.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/beecrypt/elgamal.h b/beecrypt/elgamal.h index 8af14163a..c990ab562 100644 --- a/beecrypt/elgamal.h +++ b/beecrypt/elgamal.h @@ -36,25 +36,25 @@ extern "C" { /** */ -BEEDLLAPI /*@unused@*/ +BEECRYPTAPI /*@unused@*/ int elgv1sign(const mp32barrett* p, const mp32barrett* n, const mp32number* g, randomGeneratorContext*, const mp32number* hm, const mp32number* x, mp32number* r, mp32number* s) /*@modifies r, s */; /** */ -BEEDLLAPI /*@unused@*/ +BEECRYPTAPI /*@unused@*/ int elgv3sign(const mp32barrett* p, const mp32barrett* n, const mp32number* g, randomGeneratorContext*, const mp32number* hm, const mp32number* x, mp32number* r, mp32number* s) /*@modifies r, s */; /** */ -BEEDLLAPI /*@unused@*/ +BEECRYPTAPI /*@unused@*/ int elgv1vrfy(const mp32barrett* p, const mp32barrett* n, const mp32number* g, const mp32number* hm, const mp32number* y, const mp32number* r, const mp32number* s) /*@*/; /** */ -BEEDLLAPI /*@unused@*/ +BEECRYPTAPI /*@unused@*/ int elgv3vrfy(const mp32barrett* p, const mp32barrett* n, const mp32number* g, const mp32number* hm, const mp32number* y, const mp32number* r, const mp32number* s) /*@*/; |