emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/base32 d550a728be 066/103: Rename totp-interop.el to totp-


From: ELPA Syncer
Subject: [nongnu] elpa/base32 d550a728be 066/103: Rename totp-interop.el to totp-auth-interop.el
Date: Sat, 10 Feb 2024 13:00:09 -0500 (EST)

branch: elpa/base32
commit d550a728bed20fd2afef415ce4be933a2e3499c5
Author: Vivek Das Mohapatra <vivek@collabora.com>
Commit: Vivek Das Mohapatra <vivek@collabora.com>

    Rename totp-interop.el to totp-auth-interop.el
---
 tests/test-totp.el                      | 2 +-
 totp-interop.el => totp-auth-interop.el | 8 ++++----
 totp-auth.el                            | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/test-totp.el b/tests/test-totp.el
index fe6d2fa8ac..08b59ad864 100644
--- a/tests/test-totp.el
+++ b/tests/test-totp.el
@@ -13,7 +13,7 @@
     (message "running tests in %s" test-totp-source-dir)
     (add-to-list 'load-path test-totp-source-dir)
     (require 'totp-auth)
-    (require 'totp-interop)))
+    (require 'totp-auth-interop)))
 
 (defun 0b (byte)
   "Byte to 8-character string formatter."
diff --git a/totp-interop.el b/totp-auth-interop.el
similarity index 98%
rename from totp-interop.el
rename to totp-auth-interop.el
index f86afe53a7..573bb726a4 100644
--- a/totp-interop.el
+++ b/totp-auth-interop.el
@@ -1,5 +1,5 @@
-;;; totp-interop.el --- Import secrets -*- mode: emacs-lisp; lexical-binding: 
t; -*-
-;; Copyright © 2022,2023 Vivek Das Mohapatra <vivek@etla.org>
+;;; totp-auth-interop.el --- Import secrets -*- mode: emacs-lisp; 
lexical-binding: t; -*-
+;; Copyright © 2022-2024 Vivek Das Mohapatra <vivek@etla.org>
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 
 ;;; Commentary:
@@ -254,5 +254,5 @@ is passed to ‘totp-auth-save-secret’."
   (require 'totp-auth)
   (mapc #'totp-auth-save-secret (totp-auth-load-file file)))
 
-(provide 'totp-interop)
-;;; totp-interop.el ends here
+(provide 'totp-auth-interop)
+;;; totp-auth-interop.el ends here
diff --git a/totp-auth.el b/totp-auth.el
index c6b00e7631..2b0aaac838 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -734,7 +734,7 @@ LABEL will be initialised by ‘totp-auth-secret-make-label’ 
if unset."
      (list (cdr (assoc key secrets)) key)))
   (totp-auth-display-token secret label))
 
-(autoload 'totp-auth-import-file "totp-interop"
+(autoload 'totp-auth-import-file "totp-auth-interop"
   "Import an RFC6238 TOTP secret or secrets from FILE.
 FILE is processed by ‘totp-load-file’ and each secret extracted
 is passed to ‘totp-save-secret’."



reply via email to

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