certs.__all__ fix
This commit is contained in:
parent
3aa452ff72
commit
2837d32dd6
@ -5,7 +5,7 @@ from nacl.signing import SigningKey, VerifyKey, SignedMessage
|
||||
|
||||
from v6d0auth.config import myroot, cakey
|
||||
|
||||
__all__ = ('vkey', 'pkey', 'averify', 'receive')
|
||||
__all__ = ('vkey', 'pkey', 'sign', 'averify', 'receive', 'encrypt_self',)
|
||||
|
||||
_keyfile = myroot / '.key'
|
||||
if _keyfile.exists():
|
||||
|
Loading…
Reference in New Issue
Block a user