diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-02-06 11:29:53 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-02-06 11:29:53 +0000 |
commit | 3ebf3a0b891dc78eb3e270efe98687ef8e59c029 (patch) | |
tree | f175fa7d80bceeedda5fc45ab53735620f073987 /src/dv/dv.h | |
parent | 75decc5f5504a40b8331b6a9c88d7808796ef599 (diff) |
-make dv compile again
Diffstat (limited to 'src/dv/dv.h')
-rw-r--r-- | src/dv/dv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/dv.h b/src/dv/dv.h index 0d42505bcb..948845bf7e 100644 --- a/src/dv/dv.h +++ b/src/dv/dv.h @@ -205,7 +205,7 @@ typedef struct /** * PublicKey of neighbor. */ - struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pkey; + struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pkey; /** * Neighbor ID to use when sending to this peer |