rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
194 stars 55 forks source link

Drop utils.h include in rnp.h #1151

Closed dewyatt closed 4 years ago

dewyatt commented 4 years ago

Description

Since https://github.com/rnpgp/rnp/pull/962 we have this in rnp.h:

#if defined(__cplusplus)
}

#include "utils.h"

#endif

This breaks (or has unintended consequences, depending on whether a utils.h exists) C++ API clients.

dewyatt commented 4 years ago

I'm going to end up doing this as part of https://github.com/rnpgp/rnp/issues/1135

ni4 commented 4 years ago

Closing as it was fixed in #1173