Skip to content

Commit 22b6859

Browse files
committed
Add definition of _i32______gpg_err_init_to_void_____
1 parent 2d9df87 commit 22b6859

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ utils: gpg2 ;
3131
%:
3232
cp ${UTIL_PATH}/$@ ${UTIL_PATH}/$@.bc
3333
emcc defmissing.c -o defmissing.bc
34-
emcc -O2 --minify 1 --post-js post.js --pre-js ./toolbox-base/pre.js defmissing.bc ${UTIL_PATH}/$@.bc ${ZLIB} ${LIBASSUAN} ${LIBGCRYPT} ${LIBGPGERROR} -o $@-worker.js
34+
emcc -O2 --minify 1 --post-js post.js --pre-js pre.js --pre-js ./toolbox-base/pre.js defmissing.bc ${UTIL_PATH}/$@.bc ${ZLIB} ${LIBASSUAN} ${LIBGCRYPT} ${LIBGPGERROR} -o $@-worker.js

gpg2-worker.js

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpg2-worker.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<div id="features" class="hidden">
6464
<p>
65-
GnuPG.js is part of the <a href="http://manuels.github.com/unix-toolbox.js"><code>unix-toolbox.js</code></a> and only works with recent browsers that support <code>window.crypto.getRandomValues()</code> (e.g. Chromium/Chrome or the very latest Firefox)
65+
GnuPG.js is part of the <a href="http://manuels.github.com/unix-toolbox.js"><code>unix-toolbox.js</code></a> and only works with recent browsers that support <code>window.crypto.getRandomValues()</code> (e.g. Chromium/Chrome or the <abbr title="version 21 (released 14th of May 2013)">very latest Firefox</abbr>)
6666
<p>
6767

6868
</p>

post.js

-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,3 @@ function _select(nfds, readfds, writefds, exceptfds, timeout) {
5454
+ checkfds(nfds, writefds, canWrite);
5555
}
5656

57-
_i32______gpg_err_init_to_void_____ = function() {}
58-

pre.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_i32______gpg_err_init_to_void_____ = function() {}
2+

0 commit comments

Comments
 (0)