also fix type here
This commit is contained in:
parent
60fdc863ee
commit
e1a0d89847
@ -65,7 +65,7 @@ struct TALER_MINT_DenomPublicKey
|
|||||||
/**
|
/**
|
||||||
* The public key
|
* The public key
|
||||||
*/
|
*/
|
||||||
struct TALER_RSA_PublicKeyBinaryEncoded key;
|
struct GNUNET_CRYPTO_rsa_PublicKey *key;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Timestamp indicating when the denomination key becomes valid
|
* Timestamp indicating when the denomination key becomes valid
|
||||||
@ -112,7 +112,7 @@ struct TALER_MINT_DenomPublicKey
|
|||||||
* @return the context
|
* @return the context
|
||||||
*/
|
*/
|
||||||
struct TALER_MINT_Context *
|
struct TALER_MINT_Context *
|
||||||
TALER_MINT_init ();
|
TALER_MINT_init (void);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -19,13 +19,3 @@ libtalerutil_la_LDFLAGS = \
|
|||||||
$(POSTGRESQL_LDFLAGS) \
|
$(POSTGRESQL_LDFLAGS) \
|
||||||
-version-info 0:0:0 \
|
-version-info 0:0:0 \
|
||||||
-export-dynamic -no-undefined
|
-export-dynamic -no-undefined
|
||||||
|
|
||||||
check_PROGRAMS = \
|
|
||||||
test-rsa
|
|
||||||
|
|
||||||
TESTS = \
|
|
||||||
$(check_PROGRAMS)
|
|
||||||
|
|
||||||
test_rsa_SOURCES = test_rsa.c
|
|
||||||
test_rsa_LDADD = libtalerutil.la \
|
|
||||||
-lgnunetutil $(LIBGCRYPT_LIBS)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user