monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision f9feab999fc5100d1093e6b4bdd50677347f46


From: monotone
Subject: [Monotone-commits-diffs] Revision f9feab999fc5100d1093e6b4bdd50677347f4638
Date: Tue, 22 Dec 2009 21:35:22 +0100

-----------------------------------------------------------------
Revision: f9feab999fc5100d1093e6b4bdd50677347f4638
Ancestor: 01e79cd4d9e0e307431d16422820a7537b23df92
Author: address@hidden
Date: 12/22/09 21:30:52
Branch: net.venge.monotone

Modified files:
        database.cc key_store.cc

ChangeLog: 

Remove include of <botan/keypair.h>. This header does not seem to be
necessary with any possible version of botan because the only signatures
it has ever provided are KeyPair::check_key, and whatever is in look_pk.h.
Since neither file uses KeyPair::check_key, and both of them include look_pk.h
already, the include is entirely extraneous.

This isn't really a big deal but it seems useful to remove unnecessary
dependencies, especially as with recent (>=1.8) botan it's possible to
disable keypair, and since it's not necessary, why rely on it being there?

(This is also relevant because in botan 1.9.4 and later, keypair.h might not
be visible to applications at all).

Attachment: txt96GOrgejks.txt
Description: Diff [01e79cd4d9e0e307431d16422820a7537b23df92] -> [f9feab999fc5100d1093e6b4bdd50677347f4638]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]