otrv4 / pidgin-otrng

Fork of https://bugs.otr.im/plugins/pidgin-otr. This is a mirror of https://bugs.otr.im/otrv4/pidgin-otrng
GNU General Public License v2.0
16 stars 5 forks source link

Incorrectly assuming there is always going to be v3 files #97

Closed claucece closed 5 years ago

claucece commented 5 years ago

The code seems to imply that there is always going to be some v3 files (the private key): https://github.com/otrv4/pidgin-otrng/blob/master/plugin-all.c#L1885 Should we keep this?

claucece commented 5 years ago

I think this is now solved by the orchestration work that has been done. Now, we don't always assume there has to be v3 files, right? @olabini

olabini commented 5 years ago

Yeah, I think it should be fixed.

claucece commented 5 years ago

Awesome! thanks!