Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
7fde21f32b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      panda/src/downloader/crypto_utils.h

+ 4 - 0
panda/src/downloader/crypto_utils.h

@@ -12,6 +12,10 @@
 
 
 class EXPCL_PANDAEXPRESS HashVal {
 class EXPCL_PANDAEXPRESS HashVal {
 public:
 public:
+  uint get_value(int val) const {
+    if (val < 4 && val >= 0)
+      return hv[val];
+  }
   uint hv[4];
   uint hv[4];
 };
 };